mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
tvheadend42: dont use $TARGET_* variables
This commit is contained in:
parent
01ceca1c63
commit
c61644894b
@ -47,7 +47,7 @@ fi
|
||||
PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr \
|
||||
--arch=$TARGET_ARCH \
|
||||
--cpu=$TARGET_CPU \
|
||||
--cc=$TARGET_CC \
|
||||
--cc=$CC \
|
||||
--disable-avahi \
|
||||
--enable-bundle \
|
||||
--disable-dbus_1 \
|
||||
@ -87,7 +87,7 @@ pre_configure_target() {
|
||||
# transcoding link tvheadend with g++
|
||||
if [ "$TARGET_ARCH" = x86_64 ]; then
|
||||
pre_make_target() {
|
||||
export CXX=$TARGET_CXX
|
||||
export CXX=$CXX
|
||||
}
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user