We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90f9e9 commit c02d8c6Copy full SHA for c02d8c6
bindings/nim/nim_code/nim_peerdas_kzg/bindings.nim
@@ -18,4 +18,7 @@ const libpath = getInstallDir() / libName
18
when defined(windows):
19
{.passL: "-lws2_32".}
20
{.passL: "-lntdll".}
21
- {.passL: "-luserenv".}
+ {.passL: "-luserenv".}
22
+else:
23
+ # Link math library for non-Windows platforms
24
+ {.passL: "-lm".}
0 commit comments