mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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"
|
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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue