From d891702fcf24ea68285b2634faa18a44987086ac Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 8 Feb 2018 21:55:26 +0000 Subject: 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. --- projects/build-openssl.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'projects') 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 -- cgit v1.2.3