linux: remove rpath

requires #1709
This commit is contained in:
Jaquee 2017-02-11 18:04:28 +01:00
parent 57a556a495
commit ad58e0008b
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39

View file

@ -224,11 +224,6 @@ linux {
message(Building with libunwind) message(Building with libunwind)
LIBS += -Wl,-Bdynamic -lunwind LIBS += -Wl,-Bdynamic -lunwind
} }
QMAKE_LFLAGS_RPATH=
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN/libs\'"
} }
macx { macx {