From: Just van Rossum Date: Sat, 3 May 2003 00:27:23 +0000 (+0000) Subject: build the new autoGIL module on OSX X-Git-Tag: v2.3c1~886 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96f7d875b7092ec92a24647702757c76cdf9b6a5;p=python build the new autoGIL module on OSX --- diff --git a/setup.py b/setup.py index b45f623f91..f69ae16af4 100644 --- a/setup.py +++ b/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'],