[ctypes-commit] ctypes setup.py,1.137,1.138
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-03-27 19:22:21
|
Update of /cvsroot/ctypes/ctypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25560 Modified Files: setup.py Log Message: Remove MingW32's extra_link_args from both the _ctypes and the _ctypes_test extension. Index: setup.py =================================================================== RCS file: /cvsroot/ctypes/ctypes/setup.py,v retrieving revision 1.137 retrieving revision 1.138 diff -C2 -d -r1.137 -r1.138 *** setup.py 27 Mar 2006 18:39:51 -0000 1.137 --- setup.py 27 Mar 2006 19:22:07 -0000 1.138 *************** *** 140,144 **** if ext.name == "_ctypes": ext.sources.remove("source/libffi_msvc/win32.S") ! ext.extra_link_args = [] build_ext.build_ext.build_extensions(self) --- 140,144 ---- if ext.name == "_ctypes": ext.sources.remove("source/libffi_msvc/win32.S") ! ext.extra_link_args = [] build_ext.build_ext.build_extensions(self) |