Ver Fonte

debug output thirdparty directory

rdb há 12 anos atrás
pai
commit
f42eb3164c
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      makepanda/makepandacore.py

+ 5 - 0
makepanda/makepandacore.py

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