Skip to content

Commit c87c34c

Browse files
committed
build: fix cherry-pick ooops, fix comment wording
PR-URL: #2036 Reviewed-By: Alexis Campailla <[email protected]>
1 parent 4208dc4 commit c87c34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vcbuild.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ goto exit
122122
if defined noprojgen goto msbuild
123123

124124
@rem Generate the VS project.
125-
python configure %download_arg% %i18n_arg% %debug_arg% %nosnapshot_arg% %noetw_arg% %noperfctr_arg% --dest-cpu=%target_arch% --tag=%TAG%
125+
python configure %download_arg% %i18n_arg% %debug_arg% %snapshot_arg% %noetw_arg% %noperfctr_arg% --dest-cpu=%target_arch% --tag=%TAG%
126126
if errorlevel 1 goto create-msvs-files-failed
127127
if not exist node.sln goto create-msvs-files-failed
128128
echo Project files generated.
129129

130130
:msbuild
131-
@rem Skip project generation if requested.
131+
@rem Skip build if requested.
132132
if defined nobuild goto sign
133133

134134
@rem Build the sln with msbuild.

0 commit comments

Comments
 (0)