Merge pull request #1493 from ailin-nemui/macsuffix

add explicit name_suffix to shared modules
This commit is contained in:
ailin-nemui 2023-09-12 11:27:03 +00:00 committed by GitHub
commit f1c9fb4296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 25 additions and 0 deletions

View file

@ -18,6 +18,7 @@ libfe_irc_dcc_a = static_library('fe_irc_dcc',
],
dependencies : dep)
shared_module('fe_irc_dcc',
name_suffix : module_suffix,
install : true,
install_dir : moduledir,
link_with : dl_cross_irc_dcc,

View file

@ -29,6 +29,7 @@ libfe_common_irc_a = static_library('fe_common_irc',
],
dependencies : dep)
shared_module('fe_common_irc',
name_suffix : module_suffix,
install : true,
install_dir : moduledir,
link_with : dl_cross_irc_core,

View file

@ -13,6 +13,7 @@ libfe_irc_notifylist_a = static_library('fe_irc_notifylist',
],
dependencies : dep)
shared_module('fe_irc_notifylist',
name_suffix : module_suffix,
install : true,
install_dir : moduledir,
link_with : dl_cross_irc_notifylist,