mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 12:19:43 +00:00
Update Target Triplet To Use darwin20
Matches the target triplet uses for macOS Big Sur.
This commit is contained in:
parent
d3a244ccf7
commit
27e006e1fd
@ -13,14 +13,14 @@ macro(generate_architecture)
|
||||
|
||||
if (TARGET_x86_64)
|
||||
set(BUILD_TARGET_64BIT TRUE)
|
||||
set(APPLE_TARGET_TRIPLET_64BIT "x86_64-apple-darwin19")
|
||||
set(APPLE_TARGET_TRIPLET_64BIT "x86_64-apple-darwin20")
|
||||
else ()
|
||||
set(BUILD_TARGET_64BIT FALSE)
|
||||
set(APPLE_TARGET_TRIPLET_64BIT "")
|
||||
endif ()
|
||||
if (TARGET_i386)
|
||||
set(BUILD_TARGET_32BIT TRUE)
|
||||
set(APPLE_TARGET_TRIPLET_32BIT "i386-apple-darwin19")
|
||||
set(APPLE_TARGET_TRIPLET_32BIT "i386-apple-darwin20")
|
||||
else ()
|
||||
set(BUILD_TARGET_32BIT FALSE)
|
||||
set(APPLE_TARGET_TRIPLET_32BIT "")
|
||||
|
Loading…
Reference in New Issue
Block a user