Skip to content

Commit

Permalink
Fix use of odin-wrapper instead of odin
Browse files Browse the repository at this point in the history
  • Loading branch information
eliminmax committed Apr 22, 2024
1 parent dc504c2 commit 24122c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RUNNERS/run-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ run_version() {
'nim') comp_check nim c colortest.nim ;;
'objective-c') comp_check gcc colortest.m -o colortest ;;
'ocaml') comp_check ocamlc colortest.ml -o colortest ;;
'odin') comp_check odin-wrapper build colortest.odin -file ;;
'odin') comp_check odin build colortest.odin -file ;;
'pascal') comp_check fpc colortest.pas ;;
'rust') comp_check rustc colortest.rs ;;
'vala') comp_check valac colortest.vala ;;
Expand Down

0 comments on commit 24122c4

Please sign in to comment.