]> granicus.if.org Git - curl/commitdiff
build-openssl.bat: Fixed the BUILD_CONFIG variable not being initialised
authorSteve Holme <steve_holme@hotmail.com>
Thu, 8 Feb 2018 21:55:26 +0000 (21:55 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 8 Apr 2019 21:36:22 +0000 (22:36 +0100)
Should the parent environment set this variable then the build might
not be performed as the user intended.

projects/build-openssl.bat

index 96fccf87aca84deeefe4ccfe65e9d0c3eb04a5a8..63a2fbd509c83f7b4155e3629105e5d5ee6bfe45 100644 (file)
@@ -29,6 +29,7 @@ rem ***************************************************************************
   setlocal
   set VC_VER=
   set BUILD_PLATFORM=
+  set BUILD_CONFIG=
 
   rem Ensure we have the required arguments
   if /i "%~1" == "" goto syntax