mirror of https://github.com/python/cpython.git
Mac _Scrap module is now carbon-compliant, so build it on OSX.
This commit is contained in:
parent
eafff4c248
commit
796720b314
3
setup.py
3
setup.py
|
@ -653,7 +653,8 @@ def detect_modules(self):
|
||||||
exts.append( Extension('_Qt', ['qt/_Qtmodule.c'],
|
exts.append( Extension('_Qt', ['qt/_Qtmodule.c'],
|
||||||
extra_link_args=['-framework', 'QuickTime',
|
extra_link_args=['-framework', 'QuickTime',
|
||||||
'-framework', 'Carbon']) )
|
'-framework', 'Carbon']) )
|
||||||
## exts.append( Extension('_Scrap', ['scrap/_Scrapmodule.c']) )
|
exts.append( Extension('_Scrap', ['scrap/_Scrapmodule.c'],
|
||||||
|
extra_link_args=['-framework', 'Carbon']) )
|
||||||
exts.append( Extension('_TE', ['te/_TEmodule.c'],
|
exts.append( Extension('_TE', ['te/_TEmodule.c'],
|
||||||
extra_link_args=['-framework', 'Carbon']) )
|
extra_link_args=['-framework', 'Carbon']) )
|
||||||
# As there is no standardized place (yet) to put user-installed
|
# As there is no standardized place (yet) to put user-installed
|
||||||
|
|
Loading…
Reference in New Issue