mirror of
https://github.com/curl/curl.git
synced 2026-04-22 13:02:13 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue