_CG module only needs the ApplicationServices framework, not Carbon.

This commit is contained in:
Jack Jansen 2003-03-02 21:31:51 +00:00
parent 0df6442ae5
commit d79284843a
1 changed files with 1 additions and 2 deletions

View File

@ -776,8 +776,7 @@ class PyBuildExt(build_ext):
exts.append( Extension('_CarbonEvt', ['carbonevt/_CarbonEvtmodule.c'],
extra_link_args=['-framework', 'Carbon']) )
exts.append( Extension('_CG', ['cg/_CGmodule.c'],
extra_link_args=['-framework', 'ApplicationServices',
'-framework', 'Carbon']) )
extra_link_args=['-framework', 'ApplicationServices']) )
exts.append( Extension('_Cm', ['cm/_Cmmodule.c'],
extra_link_args=['-framework', 'Carbon']) )
exts.append( Extension('_Ctl', ['ctl/_Ctlmodule.c'],