diff --git a/cook.sh b/cook.sh index c269574cd6865df16420937d4bd1cc31c199db85..a81505d129dcbfa66f3605f4e27fc8b32795c7eb 100755 --- a/cook.sh +++ b/cook.sh @@ -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=