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 4f6c058 commit e9039b1Copy full SHA for e9039b1
1 file changed
setup.py
@@ -606,6 +606,9 @@ def detect_modules(self):
606
extra_link_args=['-framework', 'Carbon']) )
607
exts.append( Extension('_CarbonEvt', ['carbonevt/_CarbonEvtmodule.c'],
608
609
+ exts.append( Extension('_CG', ['cg/_CGmodule.c'],
610
+ extra_link_args=['-framework', 'ApplicationServices',
611
+ '-framework', 'Carbon']) )
612
exts.append( Extension('_Cm', ['cm/_Cmmodule.c'],
613
614
exts.append( Extension('_Ctl', ['ctl/_Ctlmodule.c'],
0 commit comments