diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/math.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/math.nim b/lib/pure/math.nim index f04a1a8c1..35b9607e0 100644 --- a/lib/pure/math.nim +++ b/lib/pure/math.nim @@ -17,7 +17,7 @@ {.push checks:off, line_dir:off, stack_trace:off.} -when defined(Posix): +when defined(Posix) and not defined(haiku): {.passl: "-lm".} const |