-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23dbe5b
commit eea21ea
Showing
3 changed files
with
29 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git forkSrcPrefix/vcbuild.bat forkDstPrefix/vcbuild.bat | ||
index 428577c5c3d1e9ab55285d7d985fc06ec0ac1dd4..562588ade19d7688a5fd260a38b9ecff10a537bb 100644 | ||
--- forkSrcPrefix/vcbuild.bat | ||
+++ forkDstPrefix/vcbuild.bat | ||
@@ -283,11 +283,11 @@ goto exit | ||
|
||
@rem Visual Studio v17.10 has a bug that causes the build to fail. | ||
@rem Check if the version is v17.10 and exit if it is. | ||
-echo %VSCMD_VER% | findstr /b /c:"17.10" >nul | ||
-if %errorlevel% neq 1 ( | ||
- echo Node.js doesn't compile with Visual Studio 17.10 Please use a different version. | ||
- goto exit | ||
-) | ||
+@rem echo %VSCMD_VER% | findstr /b /c:"17.10" >nul | ||
+@rem if %errorlevel% neq 1 ( | ||
+@rem echo Node.js doesn't compile with Visual Studio 17.10 Please use a different version. | ||
+@rem goto exit | ||
+@rem ) | ||
|
||
@rem check if the clang-cl build is requested | ||
if not defined clang_cl goto clang-skip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters