mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Don't add -pyX.Y suffix to runtime installer on Windows
This commit is contained in:
parent
22036af871
commit
9543d0800d
@ -7033,7 +7033,7 @@ try:
|
||||
|
||||
fn += VERSION
|
||||
|
||||
if SDK["PYTHONVERSION"] != "python2.7":
|
||||
if not RUNTIME and SDK["PYTHONVERSION"] != "python2.7":
|
||||
fn += '-py' + SDK["PYTHONVERSION"][6:]
|
||||
|
||||
if GetOptimize() <= 2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user