Add install rpath.

Should make installing to /usr/local work out of the box
This commit is contained in:
scorpion-26 2023-01-29 19:41:42 +01:00
parent 3231407c13
commit a623018ee2

View file

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