chore: remove workaround

This commit is contained in:
Leonardo de Moura 2022-07-09 07:46:33 -07:00
parent 61b01ea3b3
commit defff00787

View file

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