Skip to content

Commit b5165c7

Browse files
author
thomas.heller
committed
Try to fix the build for PY_LINUX.
git-svn-id: http://svn.python.org/projects/python/trunk@61235 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 424b09b commit b5165c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_ctypes/libffi/fficonfig.py.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ffi_platforms = {
2424
'SH': ['src/sh/sysv.S', 'src/sh/ffi.c'],
2525
'SH64': ['src/sh64/sysv.S', 'src/sh64/ffi.c'],
2626
'PA': ['src/pa/linux.S', 'src/pa/ffi.c'],
27+
'PA_LINUX': ['src/pa/linux.S', 'src/pa/ffi.c'],
2728
}
2829

2930
ffi_srcdir = '@srcdir@'

0 commit comments

Comments
 (0)