Skip to content

Commit

Permalink
Fix the mlcfg script
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgolfouse committed May 22, 2024
1 parent 98cc00f commit 8f66a1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mlcfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ OUTDIR=$(pwd)
popd > /dev/null
SCRIPTPATH=$(dirname "$BASH_SOURCE")
pushd $SCRIPTPATH > /dev/null
cargo run --bin creusot-rustc -- \
eval $(cargo run --bin dev-env)
cargo run --bin creusot-rustc -- \
--why3-config-file $WHY3CONFIG \
--output-file="${INPUTPATH%.*}.mlcfg" \
--span-mode=absolute \
-- -Zno-codegen \
Expand Down

0 comments on commit 8f66a1f

Please sign in to comment.