Build: Remove ../lib rpath

This commit is contained in:
scorpion-26 2023-02-21 10:05:13 +01:00
parent a12cb9af5d
commit 3d2129ca4e

View file

@ -61,7 +61,7 @@ executable(
['src/gBar.cpp'],
dependencies: [gtk],
link_with: libgBar,
install_rpath: '$ORIGIN/:$ORIGIN/../lib',
install_rpath: '$ORIGIN/',
install: true
)