mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Python3: use system ffi
This commit is contained in:
parent
a41d4f1e6b
commit
f105be6335
@ -40,6 +40,7 @@ PKG_CONFIGURE_OPTS_HOST="ac_cv_prog_HAS_HG=/bin/false
|
|||||||
--with-expat=builtin
|
--with-expat=builtin
|
||||||
--with-libmpdec=none
|
--with-libmpdec=none
|
||||||
--with-doc-strings
|
--with-doc-strings
|
||||||
|
--with-system-ffi
|
||||||
--without-pymalloc
|
--without-pymalloc
|
||||||
--without-ensurepip
|
--without-ensurepip
|
||||||
"
|
"
|
||||||
@ -77,6 +78,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_prog_HAS_HG=/bin/false
|
|||||||
--with-expat=system
|
--with-expat=system
|
||||||
--with-libmpdec=none
|
--with-libmpdec=none
|
||||||
--with-doc-strings
|
--with-doc-strings
|
||||||
|
--with-system-ffi
|
||||||
--without-pymalloc
|
--without-pymalloc
|
||||||
--without-ensurepip
|
--without-ensurepip
|
||||||
--enable-ipv6
|
--enable-ipv6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user