移除python依赖

This commit is contained in:
aozhiwei 2019-01-10 21:29:54 +08:00
parent ad672a4052
commit 972852f335

View File

@ -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