| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4c2b813 commit a657f25
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -333,7 +333,7 @@ if defined projgen goto run-configure | |||
| 333 | 333 | if not exist node.sln goto run-configure | |
| 334 | 334 | if not exist .gyp_configure_stamp goto run-configure | |
| 335 | 335 | echo %configure_flags% > .tmp_gyp_configure_stamp | |
| 336 | - where /R . /T *.gyp? >> .tmp_gyp_configure_stamp | ||
| 336 | + where /R . /T *.gyp* >> .tmp_gyp_configure_stamp | ||
| 337 | 337 | fc .gyp_configure_stamp .tmp_gyp_configure_stamp >NUL 2>&1 | |
| 338 | 338 | if errorlevel 1 goto run-configure | |
| 339 | 339 | ||
@@ -354,7 +354,7 @@ if not exist node.sln goto create-msvs-files-failed | |||
| 354 | 354 | set project_generated=1 | |
| 355 | 355 | echo Project files generated. | |
| 356 | 356 | echo %configure_flags% > .gyp_configure_stamp | |
| 357 | - where /R . /T *.gyp? >> .gyp_configure_stamp | ||
| 357 | + where /R . /T *.gyp* >> .gyp_configure_stamp | ||
| 358 | 358 | ||
| 359 | 359 | :msbuild | |
| 360 | 360 | @rem Skip build if requested. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments