/Developer/Panda3D

This commit is contained in:
rdb 2009-11-03 09:57:28 +00:00
parent ffb437247f
commit fcd2a2ec0d

View File

@ -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):