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.
This commit is contained in:
Steve Holme 2018-02-08 21:55:26 +00:00
parent 8ebc42be04
commit d891702fcf

View 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