[TMP] run mods

This commit is contained in:
ProgramSnail 2025-03-16 11:09:50 +03:00
parent 616ffd7a5c
commit a79644ec43
6 changed files with 61 additions and 3 deletions

15
runtime32/_dune Normal file
View 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)))