Skip to content

Commit cd2755b

Browse files
committed
Link mbedTLS bcrypt on Windows
1 parent 8d48a4a commit cd2755b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgs/c/compat.mbedtls.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ package = {
4747
c_standard = "c11",
4848
targets = { ["mbedtls"] = { kind = "lib" } },
4949
deps = { },
50+
windows = {
51+
ldflags = { "-lbcrypt" },
52+
},
5053
},
5154
}

0 commit comments

Comments
 (0)