File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ if defined projgen goto run-configure
295295if not exist node.sln goto run-configure
296296if not exist .gyp_configure_stamp goto run-configure
297297echo %configure_flags% > .tmp_gyp_configure_stamp
298- where /R . /T *.gyp? >> .tmp_gyp_configure_stamp
298+ where /R . /T *.gyp* >> .tmp_gyp_configure_stamp
299299fc .gyp_configure_stamp .tmp_gyp_configure_stamp > NUL 2 >& 1
300300if errorlevel 1 goto run-configure
301301
@@ -316,7 +316,7 @@ if not exist node.sln goto create-msvs-files-failed
316316set project_generated = 1
317317echo Project files generated.
318318echo %configure_flags% > .gyp_configure_stamp
319- where /R . /T *.gyp? >> .gyp_configure_stamp
319+ where /R . /T *.gyp* >> .gyp_configure_stamp
320320
321321:msbuild
322322@ rem Skip build if requested.
You can’t perform that action at this time.
0 commit comments