mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
common/build-helper/meson.sh: remove obsolete linker config
This commit is contained in:
parent
681fae0ee8
commit
28b724db5c
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
|
||||||
cpp = '${CXX}'
|
cpp = '${CXX}'
|
||||||
ar = '${XBPS_CROSS_TRIPLET}-gcc-ar'
|
ar = '${XBPS_CROSS_TRIPLET}-gcc-ar'
|
||||||
nm = '${NM}'
|
nm = '${NM}'
|
||||||
ld = '${LD}'
|
|
||||||
strip = '${STRIP}'
|
strip = '${STRIP}'
|
||||||
readelf = '${READELF}'
|
readelf = '${READELF}'
|
||||||
objcopy = '${OBJCOPY}'
|
objcopy = '${OBJCOPY}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue