mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
build: Linux static OpenSSL linking, add default OpenSSL lib path
This commit is contained in:
parent
d2c47606ca
commit
71c3dd3515
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue