mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libusb: fails to build if building parallel
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
24527c8664
commit
d98f05a7be
@ -38,3 +38,8 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
|
||||
--disable-debug-log \
|
||||
--enable-udev \
|
||||
--disable-examples-build"
|
||||
|
||||
pre_configure_target () {
|
||||
#libusb sometimes fails to build if building paralell
|
||||
export MAKEFLAGS=-j1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user