Changeset 4705 for install/setversion.py
- Timestamp:
- Jan 3, 2021 2:36:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/setversion.py
r4240 r4705 44 44 print('changing for 32-bit windows') 45 45 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') 46 49 fp.close() 47 50 print('Creating',fil)
Note: See TracChangeset
for help on using the changeset viewer.