mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-17 12:18:46 +00:00
Paths
This commit is contained in:
parent
3b9fac8e9a
commit
83bd6d7ad8
5 changed files with 8 additions and 6 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue