Skip to content

Commit

Permalink
Update macOS SDK links in setup.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Lilis Iskandar <[email protected]>
  • Loading branch information
veeableful committed Mar 16, 2024
1 parent 24edbc4 commit 7fa8f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ln -sf /usr/bin/llvm-config-10 /usr/bin/llvm-config
# macOS Only
git clone https://github.com/tpoechtrager/osxcross
cd osxcross/tarballs
curl -O https://s3.veand.co/go-sdl2/MacOSX11.3.sdk.tar.xz
curl -O https://s3.veand.co/go-sdl2/MacOSX10.14.sdk.tar.xz
curl -L -O https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz
curl -L -O https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.14.sdk.tar.xz
cd ..
SDK_VERSION=11.3 ./build.sh
SDK_VERSION=10.14 ./build.sh
Expand Down

0 comments on commit 7fa8f36

Please sign in to comment.