# target adaption (no clue how this ever worked before!?) eval "$( declare -f build | \ sed ' s/x86_64-unknown-linux-gnu/i686-unknown-linux-gnu/g ' )" # rust 1.49 has refused to rebuild for now, using rust148 for now makedepends=("${makedepends[@]/rust/rust148}")