diff --git a/vcbuild.bat b/vcbuild.bat index 1970a4212fdb5a..01c1102343d64c 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -139,7 +139,7 @@ if /i "%1"=="cctest" set cctest=1&goto arg-ok if /i "%1"=="openssl-no-asm" set openssl_no_asm=1&goto arg-ok if /i "%1"=="no-shared-roheap" set no_shared_roheap=1&goto arg-ok if /i "%1"=="doc" set doc=1&goto arg-ok -if /i "%1"=="binlog" set extra_msbuild_args=/binaryLogger:%config%\node.binlog&goto arg-ok +if /i "%1"=="binlog" set extra_msbuild_args=/binaryLogger:out\%config%\node.binlog&goto arg-ok echo Error: invalid command line option `%1`. exit /b 1