makepanda: Give WHLVERSION a better default than None
This commit is contained in:
parent
41556b07fc
commit
c746296e57
|
|
@ -368,6 +368,9 @@ if VERSION is None:
|
|||
else:
|
||||
VERSION = ParsePandaVersion("dtool/PandaVersion.pp")
|
||||
|
||||
if WHLVERSION is None:
|
||||
WHLVERSION = ParsePandaVersion("dtool/PandaVersion.pp")
|
||||
|
||||
print("Version: %s" % VERSION)
|
||||
if RUNTIME or RTDIST:
|
||||
print("Core API Version: %s" % COREAPI_VERSION)
|
||||
|
|
|
|||
Loading…
Reference in New Issue