Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c31459 commit dd67a8eCopy full SHA for dd67a8e
1 file changed
setup.py
@@ -604,6 +604,8 @@ def detect_modules(self):
604
extra_link_args=['-framework', 'Carbon']) )
605
exts.append( Extension('_App', ['app/_Appmodule.c'],
606
607
+ exts.append( Extension('_CarbonEvt', ['carbonevt/_CarbonEvtmodule.c'],
608
+ extra_link_args=['-framework', 'Carbon']) )
609
exts.append( Extension('_Cm', ['cm/_Cmmodule.c'],
610
611
exts.append( Extension('_Ctl', ['ctl/_Ctlmodule.c'],
0 commit comments