mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix buildbot issues due to _ctypes failing to compile in 3.1.
Recorded rollback of revisions 83837,83841 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k
This commit is contained in:
parent
bd25d598a5
commit
e647b4766d
9 changed files with 20 additions and 43 deletions
3
setup.py
3
setup.py
|
@ -1636,7 +1636,8 @@ class PyBuildExt(build_ext):
|
|||
'_ctypes/callbacks.c',
|
||||
'_ctypes/callproc.c',
|
||||
'_ctypes/stgdict.c',
|
||||
'_ctypes/cfield.c']
|
||||
'_ctypes/cfield.c',
|
||||
'_ctypes/malloc_closure.c']
|
||||
depends = ['_ctypes/ctypes.h']
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue