Changeset 558
- Timestamp:
- Apr 20, 2012 9:19:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r280 r558 13 13 elif sys.platform == "darwin": 14 14 bindir = 'binmac%d.%d' % sys.version_info[0:2] 15 import platform 16 if platform.mac_ver()[0].startswith('10.5.'): 17 bindir += '_10.5' 15 18 elif sys.platform == "linux2": 16 19 if platform.architecture()[0] == '64bit':
Note: See TracChangeset
for help on using the changeset viewer.