1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05: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, libfe_irc_notifylist_a,
], ],
install : true, install : true,
install_rpath : get_option('prefix') / get_option('libdir'),
dependencies : dep dependencies : dep
+ textui_dep + textui_dep
) )