rust: explicitly set --host-triple.
This commit is contained in:
parent
9ee5a0f03d
commit
2bcf77ab52
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ checksum=d326d22707f0562d669c11efbc33ae812ddbf76ab78f07087fc5beb095a8928a
|
||||||
disable_debug=yes
|
disable_debug=yes
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=${DESTDIR}/usr --disable-docs
|
./configure --prefix=${DESTDIR}/usr --disable-docs \
|
||||||
|
--host-triple=${XBPS_MACHINE}-unknown-linux-gnu
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in a new issue