mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
whitespace normalisation
This commit is contained in:
parent
51bcb68b1d
commit
a2a26b9e1f
2 changed files with 7 additions and 7 deletions
12
setup.py
12
setup.py
|
@ -1042,15 +1042,15 @@ class PyBuildExt(build_ext):
|
|||
carbon_kwds = {'extra_compile_args': carbon_extra_compile_args,
|
||||
'extra_link_args': ['-framework', 'Carbon'],
|
||||
}
|
||||
CARBON_EXTS = ['ColorPicker', 'gestalt', 'MacOS', 'Nav',
|
||||
'OSATerminology', 'icglue',
|
||||
CARBON_EXTS = ['ColorPicker', 'gestalt', 'MacOS', 'Nav',
|
||||
'OSATerminology', 'icglue',
|
||||
# All these are in subdirs
|
||||
'_AE', '_AH', '_App', '_CarbonEvt', '_Cm', '_Ctl',
|
||||
'_AE', '_AH', '_App', '_CarbonEvt', '_Cm', '_Ctl',
|
||||
'_Dlg', '_Drag', '_Evt', '_File', '_Folder', '_Fm',
|
||||
'_Help', '_Icn', '_IBCarbon', '_List',
|
||||
'_Menu', '_Mlte', '_OSA', '_Res', '_Qd', '_Qdoffs',
|
||||
'_Help', '_Icn', '_IBCarbon', '_List',
|
||||
'_Menu', '_Mlte', '_OSA', '_Res', '_Qd', '_Qdoffs',
|
||||
'_Scrap', '_Snd', '_TE', '_Win',
|
||||
]
|
||||
]
|
||||
for name in CARBON_EXTS:
|
||||
addMacExtension(name, carbon_kwds)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue