mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 19:28:47 +00:00
Disable x32 when os_type = Darwin
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
59273f734e
commit
8a8fc3432b
10 changed files with 22 additions and 28 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue