diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-02-11 18:04:28 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-02-11 18:09:47 +0100 |
| commit | ad58e0008b69393f86b44a8f10a74c2f2321775a (patch) | |
| tree | 7e45a7f5f83ea7617a48c45568f1e186ca6d4bb3 | |
| parent | 57a556a4950fef1284bf25139c4ae2ff13302e31 (diff) | |
| download | monzero-gui-ad58e0008b69393f86b44a8f10a74c2f2321775a.tar.gz monzero-gui-ad58e0008b69393f86b44a8f10a74c2f2321775a.tar.xz monzero-gui-ad58e0008b69393f86b44a8f10a74c2f2321775a.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 { |
