mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
build the new autoGIL module on OSX
This commit is contained in:
parent
6767eed22a
commit
96f7d875b7
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -748,6 +748,8 @@ class PyBuildExt(build_ext):
|
|||
exts.append( Extension('_CF', ['cf/_CFmodule.c', 'cf/pycfbridge.c'],
|
||||
extra_link_args=['-framework', 'CoreFoundation']) )
|
||||
|
||||
exts.append( Extension('autoGIL', ['autoGIL.c'],
|
||||
extra_link_args=['-framework', 'CoreFoundation']) )
|
||||
exts.append( Extension('gestalt', ['gestaltmodule.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('MacOS', ['macosmodule.c'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue