add DYLD_LIBRARY_PATH

This commit is contained in:
David Rose 2009-08-04 01:45:41 +00:00
parent e0b1994b61
commit 0faaf90a06

View File

@ -730,6 +730,10 @@ start_p3dpython() {
env += _python_root_dir;
env += '\0';
env += "DYLD_LIBRARY_PATH=";
env += _python_root_dir;
env += '\0';
env += "PYTHONPATH=";
env += _python_root_dir;
env += '\0';