mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Try to fix the build for PY_LINUX.
This commit is contained in:
parent
8bdf81d2df
commit
a23aede562
1 changed files with 1 additions and 0 deletions
|
@ -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@'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue