We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cef9f commit fae4245Copy full SHA for fae4245
get-dependencies.sh
@@ -106,9 +106,9 @@ git clone --recursive "https://git.citron-emu.org/citron/emulator.git" ./citron
106
-DCMAKE_CXX_FLAGS="$ARCH_FLAGS -Wno-error -Wno-template-body -w"
107
108
if [ "$DEVEL" = 'true']; then
109
- set -- -DCITRON_BUILD_TYPE=Nightly
+ set -- "$@" -DCITRON_BUILD_TYPE=Nightly
110
else
111
- set -- -DCITRON_BUILD_TYPE=Stable
+ set -- "$@" -DCITRON_BUILD_TYPE=Stable
112
fi
113
114
cmake ../ "$@"
0 commit comments