mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 09:55:00 -04:00
Fix openssl-x64 path
This commit is contained in:
parent
e09d1454bc
commit
7aa82c4f23
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue