mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
debug output thirdparty directory
This commit is contained in:
parent
b1d397a58a
commit
f42eb3164c
@ -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
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user