chore: add workaround
This commit is contained in:
parent
39f598a3e1
commit
eb06b90b17
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue