mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
Try fix sysroot settings
This commit is contained in:
2
dist/macOS/macos_arm_toolchain.cmake
vendored
2
dist/macOS/macos_arm_toolchain.cmake
vendored
@@ -1,7 +1,7 @@
|
||||
set(CMAKE_SYSTEM_NAME Darwin)
|
||||
set(CMAKE_SYSTEM_PROCESSOR arm64)
|
||||
set(CMAKE_OSX_ARCHITECTURES arm64 CACHE INTERNAL "" FORCE)
|
||||
SET(CMAKE_OSX_SYSROOT ${CMAKE_OSX_SYSROOT} CACHE PATH "..." FORCE)
|
||||
SET(CMAKE_OSX_SYSROOT macosx CACHE INTERNAL "" FORCE)
|
||||
|
||||
set(NATIVE_CMAKE_C_COMPILER ${CMAKE_C_COMPILER})
|
||||
set(NATIVE_CMAKE_CXX_COMPILER ${CMAKE_CXX_COMPILER})
|
||||
|
||||
Reference in New Issue
Block a user