From: Jack Jansen Date: Tue, 26 Mar 2002 13:43:04 +0000 (+0000) Subject: Build MacOSX _Scrap module. IDE now works under MachoPython! X-Git-Tag: v2.2.1c2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38d966b9da6f6f8139896c3f8b4e774d6b1ca3c7;p=thirdparty%2FPython%2Fcpython.git Build MacOSX _Scrap module. IDE now works under MachoPython! (Checked in after conferring with Michael). --- diff --git a/setup.py b/setup.py index 4b7b0c63834e..037226d7ab45 100644 --- 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