diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index 73d4fd6ab54..bf3185b2ef9 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -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 \