Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-13 22:47:35 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-13 22:47:35 +0300
commita5cc4cd9ec6a595231c7aeb84a8166c736b867e3 (patch)
tree58bd56809d7894ede1bf72f6c3248c8933147d3a /msvc/build-external-llvm.bat
parent8bd438f318b6bafdd610ca94760c7f70097b6a31 (diff)
Write version.h for netcore and allow preview VS for msvc builds
Diffstat (limited to 'msvc/build-external-llvm.bat')
-rwxr-xr-xmsvc/build-external-llvm.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/build-external-llvm.bat b/msvc/build-external-llvm.bat
index 95b0fb6dcf3..ec355269694 100755
--- a/msvc/build-external-llvm.bat
+++ b/msvc/build-external-llvm.bat
@@ -169,7 +169,7 @@ set VSWHERE_TOOLS_BIN=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswh
:: VS 2019.
if exist "%VSWHERE_TOOLS_BIN%" (
echo For VS2019 builds, make sure to run this from within Visual Studio build or using "x86|x64 Native Tools Command Prompt for VS2019" command prompt.
- for /f "tokens=*" %%a IN ('"%VSWHERE_TOOLS_BIN%" -version [16.0^,17.0] -property installationPath') do (
+ for /f "tokens=*" %%a IN ('"%VSWHERE_TOOLS_BIN%" -version [16.0^,17.0] -prerelease -property installationPath') do (
echo Setup a "x86|x64 Native Tools Command Prompt for VS2019" command prompt by using "%%a\VC\Auxiliary\Build\vcvars32.bat|vcvars64.bat".
goto ON_ENV_WARNING_DONE
)