diff options
-rw-r--r-- | ggml/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml/src/CMakeLists.txt b/ggml/src/CMakeLists.txt index 0aa08adf..17a9e2eb 100644 --- a/ggml/src/CMakeLists.txt +++ b/ggml/src/CMakeLists.txt @@ -1086,7 +1086,7 @@ if (NOT MSVC) endif() endif() -set(ARCH_FLAGS "") +set(ARCH_FLAGS ${GGML_ARCH_FLAGS}) if (CMAKE_OSX_ARCHITECTURES STREQUAL "arm64" OR CMAKE_GENERATOR_PLATFORM_LWR STREQUAL "arm64" OR |