Skip to content

Commit 0639906

Browse files
committed
chore: link necessary windows libraries (these are standard on windows)
1 parent e4fa7d0 commit 0639906

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bindings/nim/nim_code/src/nim_peerdas_kzg/bindings.nim

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ else:
1313
const libpath = getInstallDir() / libName
1414

1515
{.passL: libpath.}
16+
{.passL: "-lws2_32".}
17+
{.passL: "-lntdll".}
18+
{.passL: "-luserenv".}
1619

1720
proc add_from_rust(a: cint, b: cint): cint {.importc: "add123456789".}
1821

0 commit comments

Comments
 (0)