mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
add DYLD_LIBRARY_PATH
This commit is contained in:
parent
e0b1994b61
commit
0faaf90a06
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user