| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8689ce4 commit 76f3bb3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -139,7 +139,7 @@ if /i "%1"=="cctest" set cctest=1&goto arg-ok | |||
| 139 | 139 | if /i "%1"=="openssl-no-asm" set openssl_no_asm=1&goto arg-ok | |
| 140 | 140 | if /i "%1"=="no-shared-roheap" set no_shared_roheap=1&goto arg-ok | |
| 141 | 141 | if /i "%1"=="doc" set doc=1&goto arg-ok | |
| 142 | - if /i "%1"=="binlog" set extra_msbuild_args=/binaryLogger:%config%\node.binlog&goto arg-ok | ||
| 142 | + if /i "%1"=="binlog" set extra_msbuild_args=/binaryLogger:out\%config%\node.binlog&goto arg-ok | ||
| 143 | 143 | ||
| 144 | 144 | echo Error: invalid command line option `%1`. | |
| 145 | 145 | exit /b 1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments