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:
authorlateralusX <lateralusx.github@gmail.com>2018-11-12 18:26:17 +0300
committerlateralusX <lateralusx.github@gmail.com>2018-11-12 18:28:23 +0300
commit9728edf5cccd482fc2e39129cb3d5c8821ab1641 (patch)
tree88a76afaa095aa16b827fe29018e7e29d8bface2 /msvc/build-external-llvm.bat
parent269d02cf5b3c906954bbba944fc9d5918fa1ad75 (diff)
Align LLVM/BTLS Visual Studio external builds.
Diffstat (limited to 'msvc/build-external-llvm.bat')
-rw-r--r--msvc/build-external-llvm.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/build-external-llvm.bat b/msvc/build-external-llvm.bat
index 508bc0a1810..70d9ff52ff3 100644
--- a/msvc/build-external-llvm.bat
+++ b/msvc/build-external-llvm.bat
@@ -81,7 +81,7 @@ if "%VS_TARGET%" == "" (
set VS_TARGET=Build
)
-if not exist %LLVM_DIR% (
+if not exist "%LLVM_DIR%" (
echo Could not find "%LLVM_DIR%".
goto ON_ERROR
)
@@ -172,7 +172,7 @@ if "%GIT%" == "" (
:: Make sure llvm submodule is up to date.
pushd
-cd %LLVM_DIR%
+cd "%LLVM_DIR%"
echo Updating llvm submodule.
"%GIT%" submodule update --init
if not ERRORLEVEL == 0 (