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
|
|
@ -32,11 +32,3 @@ let () =
|
|||
)
|
||||
done
|
||||
)
|
||||
(*
|
||||
let () =
|
||||
|
||||
for i=0 to count do
|
||||
if Sys.file_exists (Printf.sprintf "generated%05d.lama" i) then
|
||||
(Printf.fprintf ch "(cram (applies_to r%05d)\n" i;
|
||||
Printf.fprintf ch " (deps generated%05d.lama))\n%!" i;)
|
||||
done *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue