Kaydet (Commit) ac62569f authored tarafından Jack Jansen's avatar Jack Jansen

sys.prefix and sys.exec_prefix are now set correctly.

üst 80cf5a8c
......@@ -503,11 +503,11 @@ Py_GetArgcArgv(argc,argv)
char *
Py_GetPrefix()
{
return "";
return PyMac_GetPythonDir();
}
char *
Py_GetExecPrefix()
{
return "";
return PyMac_GetPythonDir();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment