This commit is contained in:
Dmitry Boulytchev 2020-02-16 02:02:54 +03:00
parent 3b9fac8e9a
commit 83bd6d7ad8
5 changed files with 8 additions and 6 deletions

View file

@ -692,7 +692,7 @@ let genasm cmd prog =
let get_std_path () =
match Sys.getenv_opt "LAMA" with
| Some s -> s
| None -> "../runtime"
| None -> Stdpath.path
(* Builds a program: generates the assembler file and compiles it with the gcc toolchain *)
let build cmd prog =