From: Steve Holme Date: Thu, 8 Feb 2018 21:55:26 +0000 (+0000) Subject: build-openssl.bat: Fixed the BUILD_CONFIG variable not being initialised X-Git-Tag: curl-7_65_0~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d891702fcf24ea68285b2634faa18a44987086ac;p=curl build-openssl.bat: Fixed the BUILD_CONFIG variable not being initialised Should the parent environment set this variable then the build might not be performed as the user intended. --- diff --git a/projects/build-openssl.bat b/projects/build-openssl.bat index 96fccf87a..63a2fbd50 100644 --- a/projects/build-openssl.bat +++ b/projects/build-openssl.bat @@ -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