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 ########################################################################