mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
build-openssl.bat: Fix x64 release build
Prior to this change if x64 release was specified a failed attempt was made to build x86 release instead.
This commit is contained in:
parent
e7497c0c99
commit
80c5ae1d0e
@ -156,7 +156,7 @@ rem ***************************************************************************
|
||||
set OUTDIR=build\Win64\%VC_DESC%
|
||||
if not exist %OUTDIR% md %OUTDIR%
|
||||
|
||||
if "%BUILD_CONFIG%" == "release" goto x86release
|
||||
if "%BUILD_CONFIG%" == "release" goto x64release
|
||||
|
||||
:x64debug
|
||||
rem Configuring 64-bit Debug Build
|
||||
|
Loading…
Reference in New Issue
Block a user