Changeset 4240 for install/setversion.py


Ignore:
Timestamp:
Jan 9, 2020 2:56:30 PM (4 years ago)
Author:
toby
Message:

work on 32-bit windows build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/setversion.py

    r4239 r4240  
    4242    out = fp.read().replace('**Version**',version)
    4343    if sys.platform == "win32" and platform.architecture()[0] != '64bit':
    44         print('changing for 32-bit windows'
     44        print('changing for 32-bit windows')
    4545        out = out.replace('win-64','win-32')
    4646    fp.close()
Note: See TracChangeset for help on using the changeset viewer.