| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7bc5f96 commit ec83431
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -142,7 +142,7 @@ if /i "%1"=="cctest" set cctest=1&goto arg-ok | |||
| 142 | 142 | if /i "%1"=="openssl-no-asm" set openssl_no_asm=1&goto arg-ok | |
| 143 | 143 | if /i "%1"=="no-shared-roheap" set no_shared_roheap=1&goto arg-ok | |
| 144 | 144 | 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 | ||
| 146 | 146 | ||
| 147 | 147 | echo Error: invalid command line option `%1`. | |
| 148 | 148 | exit /b 1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments