We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc272e8 commit 949a22bCopy full SHA for 949a22b
scripts/setup/build_rmc_lib.sh
@@ -10,5 +10,6 @@ SCRIPTS_DIR="$(dirname $SCRIPT_DIR)"
10
REPO_DIR="$(dirname $SCRIPTS_DIR)"
11
12
export RUSTC=$(${SCRIPTS_DIR}/rmc-rustc --rmc-path)
13
+cargo clean --manifest-path "${REPO_DIR}/library/rmc/Cargo.toml" $@
14
cargo build --manifest-path "${REPO_DIR}/library/rmc/Cargo.toml" $@
15
0 commit comments