]> granicus.if.org Git - python/commitdiff
build the new autoGIL module on OSX
authorJust van Rossum <just@letterror.com>
Sat, 3 May 2003 00:27:23 +0000 (00:27 +0000)
committerJust van Rossum <just@letterror.com>
Sat, 3 May 2003 00:27:23 +0000 (00:27 +0000)
setup.py

index b45f623f919f180af16a9f4e2f19621450a3de60..f69ae16af445eeff3d5721caa92d6aff006d1df0 100644 (file)
--- 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'],