]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
macOS: default to native arch
authortobtoht <thotbot@protonmail.com>
Thu, 26 May 2022 12:41:16 +0000 (14:41 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 26 May 2022 12:41:16 +0000 (14:41 +0200)
CMakeLists.txt
Makefile

index 6572ef01a4a0f7659f073ab5d19fdfeac4a95301..e5729856fb46f7e888ed89fef7a5a7c180d89161 100644 (file)
@@ -37,7 +37,7 @@ endif()
 
 set(MONERO_HEAD "2ab81abe7bea16f0f6da55da3b212f9ffbca8dcd")
 set(BUILD_GUI_DEPS ON)
-option(ARCH "Target architecture" "x86-64")
+option(ARCH "Target architecture" "native")
 set(BUILD_64 ON)
 set(USE_SINGLE_BUILDDIR ON)
 
index 91bcc9a4812293f4c5140bb4d7ca295708f27280..1d5fa93f74d023acc38a3e38b9e8883437749ba1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ mac-release:
        mkdir -p build && \
        cd build && \
        cmake \
-           -DARCH=x86-64 \
+           -DARCH=native \
         -D BUILD_TAG="mac-x64" \
                -D CMAKE_BUILD_TYPE=Release \
                -D STATIC=Off \