Browse Source

debug output thirdparty directory

rdb 12 years ago
parent
commit
f42eb3164c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      makepanda/makepandacore.py

+ 5 - 0
makepanda/makepandacore.py

@@ -1100,6 +1100,11 @@ def GetThirdpartyDir():
 
     else:
         print("%s Unsupported platform: %s" % (ColorText("red", "WARNING:"), target))
+        return
+
+    if (GetVerbose()):
+        print("Using thirdparty directory: %s" % THIRDPARTYDIR)
+
     return THIRDPARTYDIR
 
 ########################################################################