build-style/meson.sh: add objcopy to provided binaries

This commit is contained in:
maxice8 2019-02-25 13:27:42 -03:00 committed by maxice8
parent 6f35341c98
commit 1df181b32a

View file

@ -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'