File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ if "%target_arch%"=="arm" (
181
181
)
182
182
if defined config_flags set configure_flags = %configure_flags% %config_flags%
183
183
if defined target_arch set configure_flags = %configure_flags% --dest-cpu=%target_arch%
184
- if defined TAG set configure_flags = %configure_flags% --tag=%TAG%
185
184
if defined engine set configure_flags = %configure_flags% --engine=%engine%
186
185
187
186
if not exist " %~dp0 deps\icu" goto no-depsicu
@@ -191,6 +190,8 @@ if "%target%"=="Clean" rmdir /S /Q %~dp0deps\icu
191
190
192
191
call :getnodeversion || exit /b 1
193
192
193
+ if defined TAG set configure_flags = %configure_flags% --tag=%TAG%
194
+
194
195
if " %target% " == " Clean" rmdir /Q /S " %~dp0 %config% \node-v%FULLVERSION% -win-%target_arch% " > nul 2 > nul
195
196
196
197
if defined noprojgen if defined nobuild if not defined sign if not defined msi goto licensertf
You can’t perform that action at this time.
0 commit comments