blob: a40db396c7d40894343f17495381296b7482399c (
plain)
1
2
3
4
5
6
7
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
'
)"
|