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

@ -10,7 +10,7 @@ BUILDDIR = _build
all: build test
build:
dune b src runtime runtime32 stdlib
dune b src runtime runtime32 stdlib tutorial
install: all
dune b @install --profile=release