aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monero-wallet-gui.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index 2ece7444..cf7d6e50 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -217,9 +217,9 @@ linux {
message("using static libraries")
LIBS+= -Wl,-Bstatic
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
- contains(QT_ARCH, x86_64) {
+ # contains(QT_ARCH, x86_64) {
LIBS+= -lunbound
- }
+ # }
} else {
# On some distro's we need to add dynload
LIBS+= -ldl