diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index f38bca126f..e0f2e1d807 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -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):