Skip to content

Commit fae4245

Browse files
authored
oops
1 parent b6cef9f commit fae4245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ git clone --recursive "https://git.citron-emu.org/citron/emulator.git" ./citron
106106
-DCMAKE_CXX_FLAGS="$ARCH_FLAGS -Wno-error -Wno-template-body -w"
107107

108108
if [ "$DEVEL" = 'true']; then
109-
set -- -DCITRON_BUILD_TYPE=Nightly
109+
set -- "$@" -DCITRON_BUILD_TYPE=Nightly
110110
else
111-
set -- -DCITRON_BUILD_TYPE=Stable
111+
set -- "$@" -DCITRON_BUILD_TYPE=Stable
112112
fi
113113

114114
cmake ../ "$@"

0 commit comments

Comments
 (0)