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