Merged revisions 84535 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84535 | ronald.oussoren | 2010-09-05 20:25:59 +0200 (Sun, 05 Sep 2010) | 2 lines

  Fix for issue9662, patch by Łukasz Langa in issue5504.
........
This commit is contained in:
Ronald Oussoren 2010-09-16 11:35:07 +00:00
parent 19f9810a1a
commit 30a171fcb6
4 changed files with 10 additions and 3 deletions

View file

@ -1875,6 +1875,7 @@ class PyBuildExt(build_ext):
depends = ['_ctypes/ctypes.h']
if sys.platform == 'darwin':
sources.append('_ctypes/malloc_closure.c')
sources.append('_ctypes/darwin/dlfcn_simple.c')
extra_compile_args.append('-DMACOSX')
include_dirs.append('_ctypes/darwin')