Skip to content
Snippets Groups Projects

Build -system-info and -check-locale with relative DT_RPATH

Merged Simon McVittie requested to merge wip/t17169 into master
All threads resolved!
7 files
+ 99
10
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 4
0
@@ -26,6 +26,10 @@ executable(
'system-info.c',
dependencies : [glib, libsteamrt_dep, json_glib],
install : true,
# Use the adjacent libsteam-runtime-tools and json-glib, ignoring
# LD_LIBRARY_PATH even if set
build_rpath : bin_rpath,
install_rpath : bin_rpath,
)
if get_option('man')
Loading