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

Skip to content

Commit dd67a8e

Browse files
committed
Build _CarbonEvt module on Mac OS X. Still gives a couple of warnings
but compiles OK.
1 parent 6c31459 commit dd67a8e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,8 @@ def detect_modules(self):
604604
extra_link_args=['-framework', 'Carbon']) )
605605
exts.append( Extension('_App', ['app/_Appmodule.c'],
606606
extra_link_args=['-framework', 'Carbon']) )
607+
exts.append( Extension('_CarbonEvt', ['carbonevt/_CarbonEvtmodule.c'],
608+
extra_link_args=['-framework', 'Carbon']) )
607609
exts.append( Extension('_Cm', ['cm/_Cmmodule.c'],
608610
extra_link_args=['-framework', 'Carbon']) )
609611
exts.append( Extension('_Ctl', ['ctl/_Ctlmodule.c'],

0 commit comments

Comments
 (0)