Changeset 4705 for install/setversion.py


Ignore:
Timestamp:
Jan 3, 2021 2:36:36 PM (3 years ago)
Author:
toby
Message:

now work on g2complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/setversion.py

    r4240 r4705  
    4444        print('changing for 32-bit windows')
    4545        out = out.replace('win-64','win-32')
     46    if sys.platform == "win32" and platform.architecture()[0] != '32bit':
     47        print('changing for 32-bit linux')
     48        out = out.replace('linux-64','linux-32')
    4649    fp.close()
    4750    print('Creating',fil)
Note: See TracChangeset for help on using the changeset viewer.