Update native_cctools for newer SDK support

This commit is contained in:
Howard Chu 2022-05-03 23:03:28 +01:00
parent a86c4cb75f
commit 1008318715
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
5 changed files with 33 additions and 18 deletions

View file

@ -1,7 +1,7 @@
OSX_MIN_VERSION=10.8
OSX_SDK_VERSION=11.1
OSX_SDK=$(SDK_PATH)/MacOSX$(OSX_SDK_VERSION).sdk
LD64_VERSION=253.9
LD64_VERSION=609
ifeq (aarch64, $(host_arch))
CC_target=arm64-apple-darwin11
else