Commit a23aede5 authored by Thomas Heller's avatar Thomas Heller

Try to fix the build for PY_LINUX.

parent 8bdf81d2
...@@ -24,6 +24,7 @@ ffi_platforms = { ...@@ -24,6 +24,7 @@ ffi_platforms = {
'SH': ['src/sh/sysv.S', 'src/sh/ffi.c'], 'SH': ['src/sh/sysv.S', 'src/sh/ffi.c'],
'SH64': ['src/sh64/sysv.S', 'src/sh64/ffi.c'], 'SH64': ['src/sh64/sysv.S', 'src/sh64/ffi.c'],
'PA': ['src/pa/linux.S', 'src/pa/ffi.c'], 'PA': ['src/pa/linux.S', 'src/pa/ffi.c'],
'PA_LINUX': ['src/pa/linux.S', 'src/pa/ffi.c'],
} }
ffi_srcdir = '@srcdir@' ffi_srcdir = '@srcdir@'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment