cargo: expects a different triplet for i686.
This commit is contained in:
parent
08360afd9c
commit
b701f348bd
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ checksum="eb6e0365af8fe8a0d78d2caf234ee05c66ca63b13b9396fe83f3ef452f3f0c84
|
|||
a6f119be6105b911131eb89e6919dfa08fa849e6f5bc46ced24adc2075d39b71"
|
||||
nocross=yes
|
||||
|
||||
pre_configure() {
|
||||
configure_args+=" --host=${XBPS_TRIPLET/-pc-/-unknown-} --build=${XBPS_TRIPLET/-pc-/-unknown-}"
|
||||
}
|
||||
post_extract() {
|
||||
rm -rf src/rust-installer
|
||||
mv ../rust-installer-${_githash_installer} src/rust-installer
|
||||
|
|
Loading…
Reference in a new issue