mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
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:
parent
8ebc42be04
commit
d891702fcf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user