fix [#26951] blenderplayer and runtimes will not load
blenderplayer wasn't finding bundled python, eg: ./2.57/python/lib
This commit is contained in:
@@ -48,4 +48,6 @@ void PyC_RunQuicky(const char *filepath, int n, ...);
|
||||
void PyC_MainModule_Backup(PyObject **main_mod);
|
||||
void PyC_MainModule_Restore(PyObject *main_mod);
|
||||
|
||||
void PyC_SetHomePath(const char *py_path_bundle);
|
||||
|
||||
#endif // PY_CAPI_UTILS_H
|
||||
|
Reference in New Issue
Block a user