diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-03-27 21:42:01 +0200 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-03-27 21:42:01 +0200 |
| commit | f6535354e4bd09780692e1fcf97395337c5c15aa (patch) | |
| tree | 41e7829de93141293b191d5e6efe8f87b585eece | |
| parent | fb456fc5fe17954004d0ca0ede9bf202d948bcfc (diff) | |
| download | monzero-gui-f6535354e4bd09780692e1fcf97395337c5c15aa.tar.gz monzero-gui-f6535354e4bd09780692e1fcf97395337c5c15aa.tar.xz monzero-gui-f6535354e4bd09780692e1fcf97395337c5c15aa.zip | |
linux 32 build config test
| -rw-r--r-- | monero-wallet-gui.pro | 4 |
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 |
