1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

remove install_rpath

reported by dwfreed / Unit193
This commit is contained in:
Ailin Nemui 2022-02-19 00:20:00 +01:00
parent b8736225cf
commit e692f85f4a

View File

@ -37,7 +37,6 @@ executable('irssi',
libfe_common_core_a,
],
install : true,
install_rpath : get_option('prefix') / get_option('libdir'),
dependencies : dep
+ textui_dep
)