diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-02-11 18:04:28 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-02-11 19:41:23 +0100 |
| commit | c94bd2ff72a3b38c08fe191db0d95b3c095ea6b6 (patch) | |
| tree | 01195e8c1bbb4189b3162996d2cf6f7cfc6f2278 | |
| parent | 20833579e92a6ffa3e574073e8b870bb19cff5d7 (diff) | |
| download | monzero-gui-c94bd2ff72a3b38c08fe191db0d95b3c095ea6b6.tar.gz monzero-gui-c94bd2ff72a3b38c08fe191db0d95b3c095ea6b6.tar.xz monzero-gui-c94bd2ff72a3b38c08fe191db0d95b3c095ea6b6.zip | |
linux: remove rpath
requires #1709
| -rw-r--r-- | monero-wallet-gui.pro | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 48d0af49..86564492 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -224,11 +224,6 @@ linux { message(Building with libunwind) LIBS += -Wl,-Bdynamic -lunwind } - - - QMAKE_LFLAGS_RPATH= - QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN/libs\'" - } macx { |
