mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
don't disable pandatool entirely in rtdist build
This commit is contained in:
parent
e5272c9e3d
commit
99c71cef31
@ -245,7 +245,9 @@ if (DEBVERSION is None):
|
||||
MAJOR_VERSION = VERSION[:3]
|
||||
|
||||
if (RUNTIME or RTDIST):
|
||||
PkgDisable("PANDATOOL")
|
||||
# Compiling Maya/Max is pointless in rtdist build
|
||||
for ver in MAYAVERSIONS + MAXVERSIONS:
|
||||
PkgDisable(ver)
|
||||
|
||||
if (DISTRIBUTOR.strip() == ""):
|
||||
exit("You must provide a valid distributor name when making a runtime or rtdist build!")
|
||||
|
Loading…
x
Reference in New Issue
Block a user