diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-04-16 16:51:11 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-04-16 16:51:11 -0400 |
| commit | 09a89d8f4e97f2c17d02e58541af4b973914d75c (patch) | |
| tree | 7193e98d82ef735c1e566492e1202a7dc6f4c0a1 | |
| parent | f61a242f6656755e6d347c49783e3c735e43588d (diff) | |
| parent | 71c3dd35150860b285c1edbebeec361d09ab58f4 (diff) | |
| download | monzero-gui-09a89d8f4e97f2c17d02e58541af4b973914d75c.tar.gz monzero-gui-09a89d8f4e97f2c17d02e58541af4b973914d75c.tar.xz monzero-gui-09a89d8f4e97f2c17d02e58541af4b973914d75c.zip | |
Merge pull request #2076
71c3dd3 build: Linux static OpenSSL linking, add default OpenSSL lib path (xiphon)
| -rw-r--r-- | monero-wallet-gui.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index b614279f..e8efdb76 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -291,6 +291,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 \ |
