accessibility icon indicating copy to clipboard operation
accessibility copied to clipboard

Building on MacOS 10.12

Open crftwr opened this issue 7 years ago • 0 comments

In order to build the accessibility library on MacOS 10.12, I had to add following lines in setup.py.

elif mac_ver()[0].startswith('10.12'): header_dir = '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/Headers' # noqa

crftwr avatar Dec 24 '16 08:12 crftwr