mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
build-style/meson.sh: add objcopy to provided binaries
This commit is contained in:
parent
6f35341c98
commit
1df181b32a
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ nm = '${NM}'
|
||||||
ld = '${LD}'
|
ld = '${LD}'
|
||||||
strip = '${STRIP}'
|
strip = '${STRIP}'
|
||||||
readelf = '${READELF}'
|
readelf = '${READELF}'
|
||||||
|
objcopy = '${OBJCOPY}'
|
||||||
pkgconfig = 'pkg-config'
|
pkgconfig = 'pkg-config'
|
||||||
rust = 'rustc'
|
rust = 'rustc'
|
||||||
g-ir-scanner = '${XBPS_CROSS_BASE}/usr/bin/g-ir-scanner'
|
g-ir-scanner = '${XBPS_CROSS_BASE}/usr/bin/g-ir-scanner'
|
||||||
|
|
Loading…
Add table
Reference in a new issue