+8
-0
lines changedFilter options
+8
-0
lines changed Original file line number Diff line number Diff line change
@@ -281,6 +281,14 @@ goto exit
281
281
282
282
:msbuild-found
283
283
284
+
@rem Visual Studio v17.10 has a bug that causes the build to fail.
285
+
@rem Check if the version is v17.10 and exit if it is.
286
+
echo %VSCMD_VER% | findstr /b /c:"17.10" >nul
287
+
if %errorlevel% neq 1 (
288
+
echo Node.js doesn't compile with Visual Studio 17.10 Please use a different version.
289
+
goto exit
290
+
)
291
+
284
292
@rem check if the clang-cl build is requested
285
293
if not defined clang_cl goto clang-skip
286
294
@rem x64 is hard coded as it is used for both cross and native compilation.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4