mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +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")
|
message("using static libraries")
|
||||||
LIBS+= -Wl,-Bstatic
|
LIBS+= -Wl,-Bstatic
|
||||||
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
|
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
|
||||||
|
QMAKE_LIBDIR += /usr/local/ssl/lib
|
||||||
# contains(QT_ARCH, x86_64) {
|
# contains(QT_ARCH, x86_64) {
|
||||||
LIBS+= -lunbound \
|
LIBS+= -lunbound \
|
||||||
-lusb-1.0 \
|
-lusb-1.0 \
|
||||||
|
|
Loading…
Reference in a new issue