mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
meson: use TARGET_x
This commit is contained in:
parent
69f0cd5b48
commit
8903d66bb6
@ -15,5 +15,5 @@ PKG_MESON_OPTS_TARGET="-Denable_docs=false \
|
|||||||
-Denable-introspection=no"
|
-Denable-introspection=no"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
LDFLAGS="$LDFLAGS -lXext"
|
TARGET_LDFLAGS="$LDFLAGS -lXext"
|
||||||
}
|
}
|
||||||
|
@ -93,7 +93,7 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
|
|||||||
-Dversion-tag=${PKG_VERSION}"
|
-Dversion-tag=${PKG_VERSION}"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
export CFLAGS="$CFLAGS -fno-schedule-insns -fno-schedule-insns2 -Wno-format-truncation"
|
export TARGET_CFLAGS="$TARGET_CFLAGS -fno-schedule-insns -fno-schedule-insns2 -Wno-format-truncation"
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user