From f42eb3164cb829dfa6229b912c94f9b788c82501 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 2 Apr 2013 12:19:01 +0000 Subject: [PATCH] debug output thirdparty directory --- makepanda/makepandacore.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index b27e72fdb1..e19f774bc4 100644 --- a/makepanda/makepandacore.py +++ b/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 ########################################################################