Skip to content

Commit

Permalink
Address MacOS Arm GitHub Build Not Working
Browse files Browse the repository at this point in the history
  • Loading branch information
njfdev committed Aug 22, 2024
1 parent 8d4f130 commit d735f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_scripts/build_app_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ if [[ "$OS" == "Linux" ]]; then
LIB_EXT=".so"
elif [[ "$OS" == "Darwin" ]]; then
LIB_EXT=".dylib"
# this should help fix a possible build error for macOS
SDKROOT="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
elif [[ "$OS" == "CYGWIN"* || "$OS" == "MINGW"* || "$OS" == "MSYS"* ]]; then
LIB_EXT=".dll"
else
Expand Down

0 comments on commit d735f43

Please sign in to comment.