mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
/Developer/Panda3D
This commit is contained in:
parent
ffb437247f
commit
fcd2a2ec0d
@ -1476,6 +1476,7 @@ def CheckLinkerLibraryPath():
|
||||
if i.startswith("/usr/local/panda"): ldpath.remove(i)
|
||||
for i in dyldpath:
|
||||
if i.startswith("/Applications/Panda3D"): dyldpath.remove(i)
|
||||
if i.startswith("/Developer/Panda3D"): dyldpath.remove(i)
|
||||
|
||||
# Add built/lib/ to (DY)LD_LIBRARY_PATH if it's not already there
|
||||
if (ldpath.count(builtlib)==0):
|
||||
|
Loading…
x
Reference in New Issue
Block a user