meson: Fix exported functions for python plugin
This fixes loading python plugin in Windows by exporting functions using python.def file. Otherwise, hexchat_plugin_init symbol error is shown.
This commit is contained in:
parent
d936b653ac
commit
9c7109b578
@ -28,4 +28,5 @@ shared_module('python', python3_source,
|
|||||||
install: true,
|
install: true,
|
||||||
install_dir: plugindir,
|
install_dir: plugindir,
|
||||||
name_prefix: '',
|
name_prefix: '',
|
||||||
|
vs_module_defs: 'python.def'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user