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 9cad523 commit 1ff04dcCopy full SHA for 1ff04dc
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