mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 12:42:31 +01:00
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_dir: plugindir,
|
||||
name_prefix: '',
|
||||
vs_module_defs: 'python.def'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user