mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-06 05:58:14 +00:00
[TMP] run mods
This commit is contained in:
parent
616ffd7a5c
commit
a79644ec43
6 changed files with 61 additions and 3 deletions
15
runtime32/_dune
Normal file
15
runtime32/_dune
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
(rule
|
||||
(target runtime.a)
|
||||
(enabled_if
|
||||
(= %{system} "linux"))
|
||||
(mode
|
||||
(promote (until-clean)))
|
||||
(deps Makefile gc_runtime.s runtime.c runtime.h)
|
||||
(action
|
||||
(run make -j2)))
|
||||
|
||||
(install
|
||||
(section share)
|
||||
(files
|
||||
(runtime.a as x32/runtime.a)
|
||||
(Std.i as x32/Std.i)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue