mirror of https://github.com/nymea/nymea.git
Fix build failure in rpath setting with certain toolchains
parent
5674ba7567
commit
291ae79c28
|
|
@ -20,7 +20,8 @@ LIBS += -L$$top_builddir/libnymea/ -lnymea \
|
||||||
# Add rpath for easy running from the build dir, unless explicitly disabled
|
# Add rpath for easy running from the build dir, unless explicitly disabled
|
||||||
!norpath: {
|
!norpath: {
|
||||||
message("Adding rpath to nymead binary")
|
message("Adding rpath to nymead binary")
|
||||||
LIBS += -Wl,-rpath ../libnymea/:../libnymea-core/
|
LIBS += -Wl,-rpath ../libnymea/
|
||||||
|
LIBS += -Wl,-rpath ../libnymea-core/
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue