disable overwriting the PYTHONPATH for windows - reported as [#31506]

This commit is contained in:
2012-05-19 10:10:49 +00:00
parent 9c9a5b882d
commit 2f5173887e

View File

@@ -483,12 +483,15 @@ void PyC_SetHomePath(const char *py_path_bundle)
\nThis may make python import function fail\n");
#endif
#if 0 /* disable for now [#31506] - campbell */
#ifdef _WIN32
/* cmake/MSVC debug build crashes without this, why only
* in this case is unknown.. */
{
BLI_setenv("PYTHONPATH", py_path_bundle);
}
#endif
#endif
{