]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Build MacOSX _Scrap module. IDE now works under MachoPython!
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 26 Mar 2002 13:43:04 +0000 (13:43 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 26 Mar 2002 13:43:04 +0000 (13:43 +0000)
(Checked in after conferring with Michael).

setup.py

index 4b7b0c63834ef0fb58ca789a1be4138fe620cabe..037226d7ab4541b208eaac1a77ccf19f684f26d0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -646,7 +646,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