Update of /cvsroot/ctypes/ctypes/source/libffi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3547/source/libffi
Modified Files:
Tag: branch_1_0
fficonfig.py.in
Log Message:
Fix include file not found problem, patch from Hye-Shik Chang.
Index: fficonfig.py.in
===================================================================
RCS file: /cvsroot/ctypes/ctypes/source/libffi/Attic/fficonfig.py.in,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** fficonfig.py.in 31 Jan 2006 20:14:15 -0000 1.1.2.3
--- fficonfig.py.in 1 Feb 2006 20:15:26 -0000 1.1.2.4
***************
*** 25,28 ****
--- 25,29 ----
}
+ ffi_srcdir = '@srcdir@'
ffi_sources += ffi_platforms['@TARGET@'].split()
ffi_sources = [os.path.join('@srcdir@', f) for f in ffi_sources]
|