Changeset 4976 for trunk/GSASIIpath.py


Ignore:
Timestamp:
Jun 24, 2021 4:36:28 PM (2 years ago)
Author:
toby
Message:

Mac M1 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r4887 r4976  
    761761        print(u'Unknown platform: '+sys.platform)
    762762        raise Exception('Unknown platform')
    763     if platform.architecture()[0] == '64bit':
     763    if 'arm' in platform.machine():
     764        bits = 'arm'
     765    elif platform.architecture()[0] == '64bit':
    764766        bits = '64'
    765767    else:
Note: See TracChangeset for help on using the changeset viewer.