diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/depends/hosts/darwin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/hosts/darwin.mk b/contrib/depends/hosts/darwin.mk index d8b16f969..79d449054 100644 --- a/contrib/depends/hosts/darwin.mk +++ b/contrib/depends/hosts/darwin.mk @@ -1,7 +1,7 @@ OSX_MIN_VERSION=10.8 LD64_VERSION=609 ifeq (aarch64, $(host_arch)) -CC_target=arm64-apple-darwin11 +CC_target=arm64-apple-$(host_os) else CC_target=$(host) endif |