Skip to content

Commit

Permalink
update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Jul 19, 2023
1 parent fcccf47 commit f5fff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipline-state-transition-mips/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CXX_mips_unknown_none=mips-linux-gnu-g++ \
CARGO_TARGET_MIPS_UNKNOWN_NONE_LINKER=mips-linux-gnu-gcc \
RUSTFLAGS="-Clink-arg=-e_start" \
CARGO_TARGET_DIR=${SPEC}_target \
cargo +nightly build --verbose --release --target=mips-unknown-none.json -Zbuild-std --no-default-features --features="$SPEC"
cargo +nightly-2023-05-03 build --verbose --release --target=mips-unknown-none.json -Zbuild-std --no-default-features --features="$SPEC"

python3 -m venv venv

Expand Down

0 comments on commit f5fff1c

Please sign in to comment.