git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-09-09 19:57:22 +00:00
parent 0d2c9713ec
commit b9c5678801
2 changed files with 2 additions and 6 deletions

View File

@ -650,9 +650,7 @@ def main():
SYSDIR = %(SYSDIR)s
""" % vars()
if PYTHONVER >= "2.4":
IF22 = r"InstallDir := InstallDir + 'Lib\site-packages';"
elif PYTHONVER >= "2.2":
if PYTHONVER >= "2.2":
IF22 = r"InstallDir := InstallDir + '\Lib\site-packages';"
else:
IF22 = ""

View File

@ -655,9 +655,7 @@ def main():
SYSDIR = %(SYSDIR)s
""" % vars()
if PYTHONVER >= "2.4":
IF22 = r"InstallDir := InstallDir + 'Lib\site-packages';"
elif PYTHONVER >= "2.2":
if PYTHONVER >= "2.2":
IF22 = r"InstallDir := InstallDir + '\Lib\site-packages';"
else:
IF22 = ""