Skip to content

Commit

Permalink
with arm gcc envokation
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Apr 7, 2024
1 parent 874a284 commit a07f832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joe/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let main f =
with_flag ast_dump
~tru:(fun _ -> ast outchan input)
~fls:(fun _ -> lexbuf outchan input; close_in inchan; close_out outchan);
Sys.command ("gcc" ^ filename ^ "src/arm64/libmincaml.c src/arm64/stub.c -o " ^ f ^ ".exe") |> ignore;
Sys.command ("gcc " ^ filename ^ " src/arm64/libmincaml.c src/arm64/stub.c -o ./" ^ f ^ ".exe") |> ignore;
with
| e ->
close_in inchan;
Expand Down

0 comments on commit a07f832

Please sign in to comment.