chore: add workaround

This commit is contained in:
Leonardo de Moura 2022-07-08 16:54:44 -07:00
parent 39f598a3e1
commit eb06b90b17

View file

@ -33,7 +33,7 @@ Interesting options:
match arg with
| "--print-cflags" =>
IO.println <| " ".intercalate (cflags.map rootify |>.toList)
return 0
return (0 : UInt32) -- TODO: remove type annotation after we make sure `for in` propagate `do`-block result type
| "--print-ldflags" =>
IO.println <| " ".intercalate ((cflags ++ ldflags).map rootify |>.toList)
return 0