Skip to content
Snippets Groups Projects
Verified Commit 0fc3effc authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Do not use xargo by default for legacy rust builds

parent 999ce1cd
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ source config.sh ...@@ -6,7 +6,7 @@ source config.sh
# Variables to be overriden by recipes # Variables to be overriden by recipes
export BINDIR=bin 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 CARGOBUILD=rustc
export CARGOFLAGS= export CARGOFLAGS=
export DEBUG= export DEBUG=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment