diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-03-10 19:14:21 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-03-10 19:14:21 +0100 |
| commit | c5e72208fd41dacda5666d9e8af65dc6c135f2ab (patch) | |
| tree | 94feab395c27be45cd19178566f2e697626f9372 /contrib | |
| parent | 45f373739e74cd561a5b55145e0dfbe0019af608 (diff) | |
wip
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/depends/gen_toolchain.cmake.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/depends/gen_toolchain.cmake.sh b/contrib/depends/gen_toolchain.cmake.sh index 1a12df7..9ed2621 100755 --- a/contrib/depends/gen_toolchain.cmake.sh +++ b/contrib/depends/gen_toolchain.cmake.sh @@ -133,13 +133,9 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") SET(CONF_TRIPLE "aarch64-apple-darwin11") SET(BUILD_TAG "mac-armv8") SET(CMAKE_OSX_ARCHITECTURES "arm64") - set(ARM ON) - set(ARM_ID "armv8-a") else() SET(CLANG_TARGET "x86_64-apple-darwin11") SET(CONF_TRIPLE "x86_64-apple-darwin11") - SET(BUILD_TAG "mac-x64") - SET(CMAKE_OSX_ARCHITECTURES "x86_64") endif() SET(_CMAKE_TOOLCHAIN_PREFIX @nativeprefix@/bin/\${CONF_TRIPLE}-) SET(CMAKE_C_COMPILER @CC@) |
