summaryrefslogtreecommitdiff
path: root/extra/dump_syms/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/dump_syms/PKGBUILD')
-rw-r--r--extra/dump_syms/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
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
+ '
+)"