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:
parent
7b9fb8c60b
commit
2163ca2d03
1 changed files with 0 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue