mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
fix strip with new meson
This commit is contained in:
parent
fed6412a29
commit
2d78194f84
@ -164,6 +164,10 @@ TARGET_MESON_OPTS="--prefix=/usr \
|
|||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--buildtype=${MESON_BUILD_TYPE}"
|
--buildtype=${MESON_BUILD_TYPE}"
|
||||||
|
if [ ${BUILD_WITH_DEBUG} != yes ] && flag_enabled "strip" "yes"; then
|
||||||
|
TARGET_MESON_OPTS+=" -Dstrip=true"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# configure HOST build defaults
|
# configure HOST build defaults
|
||||||
HOST_CONFIGURE_OPTS="--host=${HOST_NAME} \
|
HOST_CONFIGURE_OPTS="--host=${HOST_NAME} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user