Disable x32 when os_type = Darwin

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2024-09-05 19:52:45 +03:00
parent 59273f734e
commit 8a8fc3432b
10 changed files with 22 additions and 28 deletions

View file

@ -1,7 +1,9 @@
(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)))
(run make -j2)))