this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Target Triplet To Use darwin20

Matches the target triplet uses for macOS Big Sur.

Thomas A 27e006e1 d3a244cc

+2 -2
+2 -2
cmake/architecture.cmake
··· 13 13 14 14 if (TARGET_x86_64) 15 15 set(BUILD_TARGET_64BIT TRUE) 16 - set(APPLE_TARGET_TRIPLET_64BIT "x86_64-apple-darwin19") 16 + set(APPLE_TARGET_TRIPLET_64BIT "x86_64-apple-darwin20") 17 17 else () 18 18 set(BUILD_TARGET_64BIT FALSE) 19 19 set(APPLE_TARGET_TRIPLET_64BIT "") 20 20 endif () 21 21 if (TARGET_i386) 22 22 set(BUILD_TARGET_32BIT TRUE) 23 - set(APPLE_TARGET_TRIPLET_32BIT "i386-apple-darwin19") 23 + set(APPLE_TARGET_TRIPLET_32BIT "i386-apple-darwin20") 24 24 else () 25 25 set(BUILD_TARGET_32BIT FALSE) 26 26 set(APPLE_TARGET_TRIPLET_32BIT "")