build the new autoGIL module on OSX

This commit is contained in:
Just van Rossum 2003-05-03 00:27:23 +00:00
parent 6767eed22a
commit 96f7d875b7

View file

@ -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'],