From 2d3528e3319252937dd2b2955cdc1f66e2ae08d2 Mon Sep 17 00:00:00 2001 From: Francis De Brabandere Date: Tue, 22 Oct 2024 01:04:39 +0200 Subject: [PATCH] will test on macos later --- platforms/osx/x64/external.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platforms/osx/x64/external.sh b/platforms/osx/x64/external.sh index 40496177b..67e026a9a 100755 --- a/platforms/osx/x64/external.sh +++ b/platforms/osx/x64/external.sh @@ -42,6 +42,8 @@ if [ ! -f "../${CACHE_DIR}/${CACHE_NAME}.cache" ]; then -DSDL_STATIC=OFF \ -DSDL_TEST_LIBRARY=OFF \ -DSDL_OPENGLES=OFF \ + -DCMAKE_OSX_ARCHITECTURES=x86_64 \ + -DCMAKE_OSX_DEPLOYMENT_TARGET=14.0 \ -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ -B build cmake --build build -- -j${NUM_PROCS}