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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96f7d875b7092ec92a24647702757c76cdf9b6a5;p=thirdparty%2FPython%2Fcpython.git build the new autoGIL module on OSX --- diff --git a/setup.py b/setup.py index b45f623f919f..f69ae16af445 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'],