Skip to content

Commit 406ad08

Browse files
committed
Fix linking issues on Windows.
1 parent db00913 commit 406ad08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bl/api/libc/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 20241223
22

33
x86_64-pc-windows-msvc:
44
src: "msvc/libc.bl"
5-
linker_opt: "msvcrt.lib ucrt.lib"
5+
linker_opt: "msvcrt.lib ucrt.lib vcruntime.lib"
66

77
x86_64-pc-linux-gnu:
88
src: "glibc/libc.bl"

0 commit comments

Comments
 (0)