mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +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
|
|
@ -50,15 +50,10 @@
|
|||
(setenv
|
||||
SRCDIR
|
||||
".."
|
||||
; (setenv
|
||||
; FILES
|
||||
; "List.lama Buffer.lama Collection.lama Data.lama Fun.lama"
|
||||
(setenv
|
||||
LAMA
|
||||
"../../runtime"
|
||||
(setenv
|
||||
LAMAC
|
||||
"../../src/Driver.exe -march=amd64 -I ../runtime32"
|
||||
"../../src/Driver.exe -march=amd64 -I ../runtime"
|
||||
(run make -j2 -f ../Makefile all)))))))
|
||||
|
||||
;)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue