Fix openssl-x64 path

This commit is contained in:
Micah Lee 2022-06-04 21:09:02 -07:00
parent f1618e326d
commit e7cb821f03
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -245,7 +245,7 @@ jobs:
# build 64-bit
export MINGW=mingw64
export HOST=x86_64-w64-mingw32
cd ~/build/src/openssl-$OPENSSL_VERSION-x64
cd ~/build/src/openssl-x64
./Configure $MINGW shared --cross-compile-prefix=$HOST- --prefix=/home/circleci/build/prefix-openssl-x64
make -j$(nproc)
make install