mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python: build only with one core (fails sometimes on parallel builds)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ce3dfcbf58
commit
86fa6879ef
@ -26,7 +26,7 @@ OPT="$HOST_CFLAGS" \
|
||||
--enable-unicode=ucs4 \
|
||||
|
||||
OPT="$HOST_CFLAGS" \
|
||||
make python Parser/pgen
|
||||
make -j1 python Parser/pgen
|
||||
|
||||
OPT="$HOST_CFLAGS" \
|
||||
PYTHON_MODULES_INCLUDE=/usr/include \
|
||||
@ -63,7 +63,7 @@ OPT="$CFLAGS -fno-strict-aliasing" \
|
||||
--without-cxx-main \
|
||||
--with-system-ffi \
|
||||
|
||||
make CC=$TARGET_CC \
|
||||
make -j1 CC=$TARGET_CC \
|
||||
GNU_HOST=$TARGET_NAME \
|
||||
GNU_BUILD=$HOST_NAME \
|
||||
DESTDIR=$SYSROOT_PREFIX \
|
||||
|
Loading…
x
Reference in New Issue
Block a user