mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 03:12:05 +02:00
build: Linux static OpenSSL linking, add default OpenSSL lib path
This commit is contained in:
parent
d2c47606ca
commit
71c3dd3515
@ -285,6 +285,7 @@ linux {
|
||||
message("using static libraries")
|
||||
LIBS+= -Wl,-Bstatic
|
||||
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
|
||||
QMAKE_LIBDIR += /usr/local/ssl/lib
|
||||
# contains(QT_ARCH, x86_64) {
|
||||
LIBS+= -lunbound \
|
||||
-lusb-1.0 \
|
||||
|
Loading…
Reference in New Issue
Block a user