Use xargo rustc so that rust flags can be passed

This commit is contained in:
Jeremy Soller 2019-02-25 13:11:49 -07:00
parent e8b6055fb9
commit f626f129b3

View File

@ -311,7 +311,7 @@ function op {
if [ "$skip" -eq "0" ]
then
cp -p "$ROOT/Xargo.toml" "Xargo.toml"
xargo build --target "$TARGET" $release_flag $CARGOFLAGS
xargo rustc --target "$TARGET" $release_flag $CARGOFLAGS
fi
popd > /dev/null
;;