mirror of https://github.com/python/cpython.git
Somehow ColorPicker has never been included or tested under darwin, but it works just fine.
This commit is contained in:
parent
e87568dd9a
commit
ebc198faa9
2
setup.py
2
setup.py
|
@ -776,6 +776,8 @@ class found(Exception): pass
|
|||
exts.append( Extension('_CF', ['cf/_CFmodule.c', 'cf/pycfbridge.c'],
|
||||
extra_link_args=['-framework', 'CoreFoundation']) )
|
||||
|
||||
exts.append( Extension('ColorPicker', ['ColorPickermodule.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('autoGIL', ['autoGIL.c'],
|
||||
extra_link_args=['-framework', 'CoreFoundation']) )
|
||||
exts.append( Extension('gestalt', ['gestaltmodule.c'],
|
||||
|
|
Loading…
Reference in New Issue