diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/build-openssl.bat | 1 |
1 files changed, 1 insertions, 0 deletions
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 |