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