mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python: forcing link against system libffi, now ctypes module will work too (thanks to ismell)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c96bc4a0f3
commit
3605c9babf
@ -63,7 +63,7 @@ ac_cv_func_lchflags_works=no \
|
||||
ac_cv_func_chflags_works=no \
|
||||
ac_cv_func_printf_zd=yes \
|
||||
OPT="$CFLAGS -fno-strict-aliasing" \
|
||||
LDFLAGS="$LDFLAGS -lexpat" \
|
||||
LDFLAGS="$LDFLAGS -lexpat -lffi" \
|
||||
../configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--cache-file=config.cache \
|
||||
|
Loading…
x
Reference in New Issue
Block a user