mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
Build: Remove ../lib rpath
This commit is contained in:
parent
a12cb9af5d
commit
3d2129ca4e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ executable(
|
|||
['src/gBar.cpp'],
|
||||
dependencies: [gtk],
|
||||
link_with: libgBar,
|
||||
install_rpath: '$ORIGIN/:$ORIGIN/../lib',
|
||||
install_rpath: '$ORIGIN/',
|
||||
install: true
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue