mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Somehow ColorPicker has never been included or tested under darwin, but it works just fine.
This commit is contained in:
parent
e87568dd9a
commit
ebc198faa9
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -776,6 +776,8 @@ class PyBuildExt(build_ext):
|
|||
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…
Add table
Add a link
Reference in a new issue