lama_byterun/runtime32/dune
Kakadu 8a8fc3432b Disable x32 when os_type = Darwin
Signed-off-by: Kakadu <Kakadu@pm.me>
2024-09-05 23:38:34 +03:00

9 lines
192 B
Text

(rule
(target runtime.a)
(enabled_if
(<> %{ocaml-config:os_type} "Darwin"))
(mode
(promote (until-clean)))
(deps Makefile gc_runtime.s runtime.c runtime.h)
(action
(run make -j2)))