glib: remove needs_exe_wrapper from makefile

This commit is contained in:
heitbaum 2021-12-26 11:19:02 +00:00
parent 070386f0fc
commit aac6041a06

View File

@ -31,10 +31,6 @@ PKG_MESON_OPTS_TARGET="-Ddefault_library=shared \
-Dforce_posix_threads=true \ -Dforce_posix_threads=true \
-Dtests=false" -Dtests=false"
if [ "${MACHINE_HARDWARE_NAME}" = "aarch64" -a "${TARGET_ARCH}" = "arm" ]; then
PKG_MESON_PROPERTIES_TARGET="needs_exe_wrapper = true"
fi
post_makeinstall_target() { post_makeinstall_target() {
rm -rf ${INSTALL}/usr/bin rm -rf ${INSTALL}/usr/bin
rm -rf ${INSTALL}/usr/lib/gdbus-2.0 rm -rf ${INSTALL}/usr/lib/gdbus-2.0