Browse Source

Oops, I removed one line too much in my last commit

rdb 16 years ago
parent
commit
e3f688e104
1 changed files with 1 additions and 0 deletions
  1. 1 0
      makepanda/makepandacore.py

+ 1 - 0
makepanda/makepandacore.py

@@ -1030,6 +1030,7 @@ def GetLibCache():
         LD_CACHE = []
         print "Generating library cache..."
         if (LocateBinary("ldconfig") != None and not sys.platform.startswith("freebsd")):
+            handle = os.popen(LocateBinary("ldconfig") + " -NXp")
             result = handle.read().strip().split("\n")
             for line in result:
                 lib = line.strip().split(" ", 1)[0]