Codebase list gnome-software / 8bf5ccd
gs-install-appstream: add gs_private_libdir to rpath This avoids a crash where the executable crashed due to not being able to load the library Pablo Correa Gómez authored 2 years ago Philip Withnall committed 2 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1414 c_args : ['-DG_LOG_DOMAIN="GsInstallAppstream"'],
1515 install : true,
1616 install_dir : get_option('libexecdir'),
17 install_rpath : gs_private_libdir,
1718 )