Do not use xargo by default for legacy rust builds

This commit is contained in:
Jeremy Soller 2021-07-14 11:56:49 -06:00
parent 999ce1cd76
commit 0fc3effc1b
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -6,7 +6,7 @@ source config.sh
# Variables to be overriden by recipes
export BINDIR=bin
export CARGO=(env RUSTFLAGS="$PREFIX_RUSTFLAGS -C link-arg=-zmuldefs" xargo)
export CARGO=(env RUSTFLAGS="$PREFIX_RUSTFLAGS -C link-arg=-zmuldefs" cargo)
export CARGOBUILD=rustc
export CARGOFLAGS=
export DEBUG=