lama_byterun/runtime32/dune
Kakadu cd033ddbe3 Fixing mac build: negating Darwin ~~> OKaying linux
Signed-off-by: Kakadu <Kakadu@pm.me>
2024-09-05 23:39:33 +03:00

9 lines
176 B
Text

(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)))