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:
@@ -103,11 +103,6 @@ do_configure() {
|
|||||||
export PKG_CONFIG="/usr/bin/pkg-config"
|
export PKG_CONFIG="/usr/bin/pkg-config"
|
||||||
fi
|
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} \
|
${meson_cmd} \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib \
|
--libdir=/usr/lib \
|
||||||
|
|||||||
Reference in New Issue
Block a user