mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Let's build the 1.8 rtdist against Python 2.7.
This commit is contained in:
parent
3832219296
commit
98f9b13c8a
@ -331,8 +331,11 @@ SdkAutoDisableMax()
|
|||||||
SdkAutoDisablePhysX()
|
SdkAutoDisablePhysX()
|
||||||
SdkAutoDisableSpeedTree()
|
SdkAutoDisableSpeedTree()
|
||||||
|
|
||||||
if (RTDIST and SDK["PYTHONVERSION"] != "python2.6" and DISTRIBUTOR == "cmu"):
|
if (RTDIST and DISTRIBUTOR == "cmu"):
|
||||||
exit("The CMU rtdist distribution must be built against Python 2.6!")
|
if (RTDIST_VERSION == "cmu_1.7" and SDK["PYTHONVERSION"] != "python2.6"):
|
||||||
|
exit("The CMU 1.7 runtime distribution must be built against Python 2.6!")
|
||||||
|
elif (RTDIST_VERSION == "cmu_1.8" and SDK["PYTHONVERSION"] != "python2.7"):
|
||||||
|
exit("The CMU 1.8 runtime distribution must be built against Python 2.7!")
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user