移除python依赖
This commit is contained in:
parent
ad672a4052
commit
972852f335
@ -5,6 +5,8 @@
|
||||
#include <a8/a8.h>
|
||||
#include <a8/pyengine.h>
|
||||
|
||||
#ifdef A8_USE_PYTHON
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
static bool CallPyFunc(PyObject* py_module,
|
||||
@ -280,3 +282,5 @@ __builtins__.export_global = export_global
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user