Skip to content

Commit

Permalink
test: @executable_path
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 5, 2024
1 parent 7b3797a commit 82d0eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ example_sources = [

# add iguana libraries to rpath
example_rpaths = [
'$ORIGIN' / '..' / get_option('libdir'),
'@executable_path' / '..' / get_option('libdir'),
hipo_dep.get_variable(pkgconfig: 'libdir'),
]

Expand Down

0 comments on commit 82d0eb7

Please sign in to comment.