build-style/meson.sh: drop unneeded AR export

This was fixed in Meson upstream ages ago. We have also fixed this
in gcc itself.
This commit is contained in:
q66 2020-03-15 21:18:11 +01:00
parent 7b9fb8c60b
commit 2163ca2d03

View file

@ -103,11 +103,6 @@ do_configure() {
export PKG_CONFIG="/usr/bin/pkg-config"
fi
# The binutils ar cannot perform LTO on static libraries so we have to use
# the gcc-ar wrapper that that calls the correct plugin
# https://github.com/mesonbuild/meson/issues/1646
export AR="gcc-ar"
${meson_cmd} \
--prefix=/usr \
--libdir=/usr/lib \