Try to fix the build for PY_LINUX.

This commit is contained in:
Thomas Heller 2008-03-04 20:21:42 +00:00
parent 8bdf81d2df
commit a23aede562

View file

@ -24,6 +24,7 @@ ffi_platforms = {
'SH': ['src/sh/sysv.S', 'src/sh/ffi.c'],
'SH64': ['src/sh64/sysv.S', 'src/sh64/ffi.c'],
'PA': ['src/pa/linux.S', 'src/pa/ffi.c'],
'PA_LINUX': ['src/pa/linux.S', 'src/pa/ffi.c'],
}
ffi_srcdir = '@srcdir@'