mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Hide kore_pymodule behind !KORE_SINGLE_BINARY.
Unbreaks building single binaries with Python support.
This commit is contained in:
parent
f9c3fac6fa
commit
5bfd61d136
@ -379,10 +379,12 @@ kore_python_init(void)
|
||||
KORE_FILTER_LEN(filter_python));
|
||||
#endif
|
||||
|
||||
#if !defined(KORE_SINGLE_BINARY)
|
||||
if (kore_pymodule) {
|
||||
if (!kore_configure_setting("deployment", "dev"))
|
||||
fatal("failed to set initial deployment");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user