Skip to content

Commit

Permalink
appveyor: fixed x86 platform postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Apr 25, 2019
1 parent a0a1edf commit 3c09ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
If ($env:Platform -Match "x86") {
$env:VCVARS_PLATFORM="x86"
$env:OPENSSL_PLATFORM="Win32"
$env:OPENPACE_PLATFORM="win64"
$env:OPENPACE_PLATFORM="win32"
# If AppVeyor comes with OpenSSL 1.1.0 installed
#$env:LIBCRYPTO="libcrypto32MT.lib"
$env:LIBCRYPTO="libeay32MT.lib"
Expand Down

0 comments on commit 3c09ee7

Please sign in to comment.