]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mac _Scrap module is now carbon-compliant, so build it on OSX.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Jan 2002 23:10:36 +0000 (23:10 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Jan 2002 23:10:36 +0000 (23:10 +0000)
setup.py

index 8f5bf077b6788cac973f1bd466788dae38172ab3..8e3669a89017d76817f42be9f07540570004def1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -653,7 +653,8 @@ class PyBuildExt(build_ext):
                 exts.append( Extension('_Qt', ['qt/_Qtmodule.c'],
                         extra_link_args=['-framework', 'QuickTime',
                                          '-framework', 'Carbon']) )
-##              exts.append( Extension('_Scrap', ['scrap/_Scrapmodule.c']) )
+                exts.append( Extension('_Scrap', ['scrap/_Scrapmodule.c'],
+                       extra_link_args=['-framework', 'Carbon']) )
                 exts.append( Extension('_TE', ['te/_TEmodule.c'],
                        extra_link_args=['-framework', 'Carbon']) )
                 # As there is no standardized place (yet) to put user-installed