Changeset 558


Ignore:
Timestamp:
Apr 20, 2012 9:19:03 AM (11 years ago)
Author:
toby
Message:

access special binary directory for OS X 10.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r280 r558  
    1313elif sys.platform == "darwin":
    1414    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'
    1518elif sys.platform == "linux2":
    1619    if platform.architecture()[0] == '64bit':
Note: See TracChangeset for help on using the changeset viewer.