From 1df181b32a0fc5f32e0d407239c4f61f37396613 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 25 Feb 2019 13:27:42 -0300 Subject: [PATCH] build-style/meson.sh: add objcopy to provided binaries --- common/build-style/meson.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index 2bb6150422..afc080ce03 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -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'