We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a5a33 commit b95a79cCopy full SHA for b95a79c
PCbuild/get_externals.bat
@@ -2,8 +2,8 @@
2
setlocal
3
rem Simple script to fetch source for external libraries
4
5
-if "%PCBUILD%"=="" (set PCBUILD=%~dp0)
6
-if "%EXTERNALS_DIR%"=="" (set EXTERNALS_DIR=%PCBUILD%\..\externals)
+if NOT DEFINED PCBUILD (set PCBUILD=%~dp0)
+if NOT DEFINED EXTERNALS_DIR (set EXTERNALS_DIR=%PCBUILD%\..\externals)
7
8
set DO_FETCH=true
9
set DO_CLEAN=false
0 commit comments