From c027ec7d1a8f9d024a8cca4d4a98980e829e2506 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 9 Sep 2021 10:52:07 +0200 Subject: extra/dump_syms: fix target in cargo fetch --- extra/dump_syms/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 extra/dump_syms/PKGBUILD (limited to 'extra') diff --git a/extra/dump_syms/PKGBUILD b/extra/dump_syms/PKGBUILD new file mode 100644 index 00000000..a40db396 --- /dev/null +++ b/extra/dump_syms/PKGBUILD @@ -0,0 +1,8 @@ +# use proper architecture for cargo fetching prebuilt binaries +# (why can't we build them here from source?!) +eval "$( + declare -f prepare | \ + sed ' + s|x86_64-unknown-linux-gnu|i686-unknown-linux-gnu|g + ' +)" -- cgit v1.2.3-54-g00ecf