mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #1692 from InuSasha/fixes/tvheadend42
tvheadend42: fix build with empty ARCH variable
This commit is contained in:
commit
461d7045a8
@ -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