build-style/meson.sh: add objcopy to provided binaries
This commit is contained in:
parent
6f35341c98
commit
1df181b32a
|
@ -50,6 +50,7 @@ nm = '${NM}'
|
|||
ld = '${LD}'
|
||||
strip = '${STRIP}'
|
||||
readelf = '${READELF}'
|
||||
objcopy = '${OBJCOPY}'
|
||||
pkgconfig = 'pkg-config'
|
||||
rust = 'rustc'
|
||||
g-ir-scanner = '${XBPS_CROSS_BASE}/usr/bin/g-ir-scanner'
|
||||
|
|
Loading…
Reference in New Issue