debug output thirdparty directory

This commit is contained in:
rdb 2013-04-02 12:19:01 +00:00
parent b1d397a58a
commit f42eb3164c

View File

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