Possible fix for "missing" OpenSSL libraries.

This commit is contained in:
Christian Sarre 2023-05-22 10:29:24 +00:00
parent 07f3ff8777
commit 27439fb72f

View file

@ -105,7 +105,7 @@ build-x86_64-linux-musl:
# Statically build ffsend # Statically build ffsend
- export OPENSSL_STATIC=1 - export OPENSSL_STATIC=1
- export OPENSSL_LIB_DIR=/usr/local/lib - export OPENSSL_LIB_DIR=/usr/local/lib64
- export OPENSSL_INCLUDE_DIR=/usr/local/include - export OPENSSL_INCLUDE_DIR=/usr/local/include
- cargo build --target=$RUST_TARGET --release --verbose - cargo build --target=$RUST_TARGET --release --verbose