Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ jobs:
mkdir "build"
cd "build"

# Use /opt/homebrew prefix path for macOS 14 (Apple Silicon)
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE $ARCH \
-DCMAKE_PREFIX_PATH=/opt/homebrew \
-DENABLE_DISCORD=ON -DCMAKE_INSTALL_MESSAGE=NEVER \
-DSUPERTUX_PACKAGE_VERSION="$GIT_TAG dev - $GIT_HASH ($GIT_BRANCH) (CI ARTIFACT)" \
-DSUPERTUX_VERSION_STRING="$GIT_BRANCH-$GIT_HASH" \
Expand Down
Loading