mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
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…
x
Reference in New Issue
Block a user