mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +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
|
|
@ -6,7 +6,7 @@ let () =
|
|||
Out_channel.with_open_text "dune" (fun dunech ->
|
||||
let dprintfn fmt = Format.kasprintf (Printf.fprintf dunech "%s\n") fmt in
|
||||
dprintfn "; This file was autogenerated\n";
|
||||
dprintfn "(cram (deps ../src/Driver.exe ../runtime/Std.i ../runtime32/Std.i))\n";
|
||||
dprintfn "(cram (deps ../src/Driver.exe ../runtime/Std.i))\n";
|
||||
|
||||
for i = 0 to count - 1 do
|
||||
let cram_buf = Buffer.create 100 in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue