From 96f7d875b7092ec92a24647702757c76cdf9b6a5 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sat, 3 May 2003 00:27:23 +0000 Subject: build the new autoGIL module on OSX --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index b45f623..f69ae16 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'], -- cgit v0.12