Skip to content

Commit 85b59fb

Browse files
committed
make64.bat bugfix move --install-prefix to the end of list args
1 parent 1fc2d2f commit 85b59fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if NOT "%_CONFIGBUILD%" == "" echo - - - - - - - - - - - - - - - - - - - -
4242
:: -Wdev Enable developer warnings that are meant for the author of the CMakeLists.txt files.
4343
:: -L This will effectively display current CMake settings.
4444
:: --log-context message() command outputting context attached to each message
45-
cmake -G "NMake Makefiles" -B "%cmake_build_dir%" --install-prefix "%INSTALL_DIR:~0,-1%" -Wdev --warn-uninitialized --log-context -L
45+
cmake -G "NMake Makefiles" -Wdev --warn-uninitialized --log-context -L -B "%cmake_build_dir%" --install-prefix "%INSTALL_DIR:~0,-1%"
4646

4747
if ERRORLEVEL==1 goto END
4848
if NOT "%_CONFIGBUILD%" == "" goto BUILD

0 commit comments

Comments
 (0)