From 796720b3148c05efb2eff1852241d16c0d4ae8eb Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 21 Jan 2002 23:10:36 +0000 Subject: [PATCH] Mac _Scrap module is now carbon-compliant, so build it on OSX. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f5bf077b67..8e3669a8901 100644 --- a/setup.py +++ b/setup.py @@ -653,7 +653,8 @@ def detect_modules(self): 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