mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 20:22:30 +01:00
1de339dfbc
This adds DEF file names in meson. Without the DEF files, every functions are exproted from plugins.
7 lines
143 B
Meson
7 lines
143 B
Meson
shared_module('exec', 'exec.c',
|
|
dependencies: hexchat_plugin_dep,
|
|
install: true,
|
|
install_dir: plugindir,
|
|
vs_module_defs: 'exec.def',
|
|
)
|