Skip to content

Commit

Permalink
Add build_mac-arm64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jan 15, 2025
1 parent c38ad73 commit 29159cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build_mac-arm64.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

OSC_CMAKE_CONFIG_EXTRA="-Werror=dev -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=14 -DCMAKE_OSX_ARCHITECTURES=arm64" OSC_BUILD_CONCURRENCY=10 ./scripts/build_mac.sh

0 comments on commit 29159cd

Please sign in to comment.