mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 07:49:48 -05:00
Fix openssl-x64 path
This commit is contained in:
parent
f1618e326d
commit
e7cb821f03
@ -245,7 +245,7 @@ jobs:
|
|||||||
# build 64-bit
|
# build 64-bit
|
||||||
export MINGW=mingw64
|
export MINGW=mingw64
|
||||||
export HOST=x86_64-w64-mingw32
|
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
|
./Configure $MINGW shared --cross-compile-prefix=$HOST- --prefix=/home/circleci/build/prefix-openssl-x64
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
|
Loading…
Reference in New Issue
Block a user