Skip to content

Commit ec83431

Browse files
legendecasRafaelGSS
authored andcommitted
build: generate binlog in out directories
Directories link `Release\` will be created as a junction to `out\Release` when build completes. When binlog was written to `Release\` before the junction is created, the build will fail for unable to create junction when directory `Release\` already exists. PR-URL: #53325 Reviewed-By: Stefan Stojanovic <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 7bc5f96 commit ec83431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if /i "%1"=="cctest" set cctest=1&goto arg-ok
142142
if /i "%1"=="openssl-no-asm" set openssl_no_asm=1&goto arg-ok
143143
if /i "%1"=="no-shared-roheap" set no_shared_roheap=1&goto arg-ok
144144
if /i "%1"=="doc" set doc=1&goto arg-ok
145-
if /i "%1"=="binlog" set extra_msbuild_args=/binaryLogger:%config%\node.binlog&goto arg-ok
145+
if /i "%1"=="binlog" set extra_msbuild_args=/binaryLogger:out\%config%\node.binlog&goto arg-ok
146146

147147
echo Error: invalid command line option `%1`.
148148
exit /b 1

0 commit comments

Comments
 (0)