mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
add android cross link deps
This commit is contained in:
parent
89bcff606f
commit
2e6c376342
8 changed files with 25 additions and 4 deletions
|
|
@ -20,6 +20,7 @@ libfe_irc_dcc_a = static_library('fe_irc_dcc',
|
|||
shared_module('fe_irc_dcc',
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_with : dl_cross_irc_dcc,
|
||||
link_whole : libfe_irc_dcc_a)
|
||||
|
||||
install_headers(
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ libfe_common_irc_a = static_library('fe_common_irc',
|
|||
shared_module('fe_common_irc',
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_with : dl_cross_irc_core,
|
||||
link_whole : libfe_common_irc_a)
|
||||
|
||||
install_headers(
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ libfe_irc_notifylist_a = static_library('fe_irc_notifylist',
|
|||
shared_module('fe_irc_notifylist',
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_with : dl_cross_irc_notifylist,
|
||||
link_whole : libfe_irc_notifylist_a)
|
||||
|
||||
install_headers(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue