mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
install in local folder and archive in CI
This commit is contained in:
@@ -36,7 +36,7 @@ else
|
||||
|
||||
# macOS runners do not have Ninja installed by default
|
||||
if [[ $(uname) == "Darwin" ]]; then
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local "$@"
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=./install "$@"
|
||||
else
|
||||
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=/usr "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user