sys.prefix and sys.exec_prefix are now set correctly.
This commit is contained in:
parent
80cf5a8c4c
commit
ac62569fd0
|
@ -503,11 +503,11 @@ Py_GetArgcArgv(argc,argv)
|
|||
char *
|
||||
Py_GetPrefix()
|
||||
{
|
||||
return "";
|
||||
return PyMac_GetPythonDir();
|
||||
}
|
||||
|
||||
char *
|
||||
Py_GetExecPrefix()
|
||||
{
|
||||
return "";
|
||||
return PyMac_GetPythonDir();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue