Skip to content
Snippets Groups Projects
Commit 1cba8b78 authored by Simon McVittie's avatar Simon McVittie
Browse files

Fix RPATH for relocatable pressure-vessel

parent d61166af
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ configure_file(
pv_dir = 'lib/pressure-vessel/relocatable'
pv_bindir = pv_dir + '/bin'
pv_rpath = bin_rpath + '${ORIGIN}/../' + get_option('libdir')
pv_rpath = bin_rpath + ':${ORIGIN}/../' + get_option('libdir')
pv_c_args = ['-include', '_pressure-vessel-config.h']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment