1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

remove install_rpath

reported by dwfreed / Unit193

(cherry picked from commit e692f85f4a)
This commit is contained in:
Ailin Nemui 2022-02-19 00:20:00 +01:00
parent 84de64d6da
commit cbb155e73c

View File

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