Browse Source

Update Rack SDK to version 2.6.4.

v2
Christoph Scholtes 1 week ago
parent
commit
4b6244e208
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -22,7 +22,7 @@ UNZIP := unzip
SHA256 := sha256check() { echo "$$2 $$1" | sha256sum -c; }; sha256check

CROSSTOOL_NG_VERSION := 1.27.0
RACK_SDK_VERSION := 2.6.3
RACK_SDK_VERSION := 2.6.4
DOCKER_IMAGE_VERSION := 17

MACOS_SDK_VERSION := 12.3


Loading…
Cancel
Save