mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python:
- build host python also with ucs4 support (host python must be have the same configuration like target python)
This commit is contained in:
parent
24d273120a
commit
aa8df0e51e
@ -23,6 +23,7 @@ OPT="$HOST_CFLAGS" \
|
||||
./configure --prefix=$ROOT/$TOOLCHAIN \
|
||||
--without-cxx-main \
|
||||
--with-threads \
|
||||
--enable-unicode=ucs4 \
|
||||
|
||||
OPT="$HOST_CFLAGS" \
|
||||
make python Parser/pgen
|
||||
|
Loading…
x
Reference in New Issue
Block a user