mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Possible fix for "missing" OpenSSL libraries.
This commit is contained in:
parent
07f3ff8777
commit
27439fb72f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue