mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
force disable FAT_RUNTIME on MacOS on Arm
This commit is contained in:
parent
a344cd30f7
commit
1d25f9b8f5
@ -24,6 +24,9 @@ int main() {
|
||||
endif ()
|
||||
|
||||
if (ARCH_AARCH64)
|
||||
if (APPLE)
|
||||
set (FAT_RUNTIME OFF)
|
||||
endif()
|
||||
set(PREV_FLAGS "${CMAKE_C_FLAGS}")
|
||||
if (BUILD_SVE2_BITPERM)
|
||||
set(CMAKE_C_FLAGS "-march=${GNUCC_ARCH} ${CMAKE_C_FLAGS}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user