mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
tvheadend42: fix build with empty ARCH variable
This commit is contained in:
parent
c6a4377733
commit
33adccd821
@ -80,6 +80,7 @@ pre_configure_target() {
|
||||
if [ "$TARGET_ARCH" = x86_64 ]; then
|
||||
export AS=$TOOLCHAIN/bin/yasm
|
||||
export LDFLAGS="$LDFLAGS -lX11 -lm -lvdpau -lva -lva-drm -lva-x11"
|
||||
export ARCH=$TARGET_ARCH
|
||||
fi
|
||||
|
||||
export CROSS_COMPILE=$TARGET_PREFIX
|
||||
|
Loading…
x
Reference in New Issue
Block a user