fix [#26951] blenderplayer and runtimes will not load

blenderplayer wasn't finding bundled python, eg: ./2.57/python/lib
This commit is contained in:
2011-04-18 08:27:50 +00:00
parent 75e1104d92
commit 0814cdf54e
4 changed files with 52 additions and 47 deletions

View File

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