meson: Fix exported functions in plugins
This adds DEF file names in meson. Without the DEF files, every functions are exproted from plugins.
This commit is contained in:
@ -88,4 +88,5 @@ shared_module('perl',
|
||||
install_dir: plugindir,
|
||||
install_rpath: perl_rpath,
|
||||
name_prefix: '',
|
||||
vs_module_defs: 'perl.def',
|
||||
)
|
||||
|
Reference in New Issue
Block a user