Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9039b1

Browse files
committed
build CoreGraphics under darwin
1 parent 4f6c058 commit e9039b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,9 @@ def detect_modules(self):
606606
extra_link_args=['-framework', 'Carbon']) )
607607
exts.append( Extension('_CarbonEvt', ['carbonevt/_CarbonEvtmodule.c'],
608608
extra_link_args=['-framework', 'Carbon']) )
609+
exts.append( Extension('_CG', ['cg/_CGmodule.c'],
610+
extra_link_args=['-framework', 'ApplicationServices',
611+
'-framework', 'Carbon']) )
609612
exts.append( Extension('_Cm', ['cm/_Cmmodule.c'],
610613
extra_link_args=['-framework', 'Carbon']) )
611614
exts.append( Extension('_Ctl', ['ctl/_Ctlmodule.c'],

0 commit comments

Comments
 (0)