Skip to content

Commit

Permalink
will test on macos later
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Oct 21, 2024
1 parent d556058 commit 2d3528e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/osx/x64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2d3528e

Please sign in to comment.