mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
fix single binary builds using PYTHON flavor.
This commit is contained in:
parent
5dd2e922b3
commit
b1a3f2b0f8
@ -1302,7 +1302,9 @@ python_runtime_resolve(const char *module, const struct stat *st)
|
||||
kore_module_load(module, NULL, KORE_MODULE_PYTHON);
|
||||
}
|
||||
|
||||
#if !defined(KORE_SINGLE_BINARY)
|
||||
kore_pymodule = module;
|
||||
#endif
|
||||
|
||||
kore_hooks_set(KORE_PYTHON_CONFIG_HOOK,
|
||||
KORE_PYTHON_TEARDOWN_HOOK, KORE_PYTHON_DAEMONIZED_HOOK);
|
||||
|
Loading…
x
Reference in New Issue
Block a user