We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e398fef commit fead245Copy full SHA for fead245
build.zig
@@ -55,6 +55,8 @@ pub fn build(b: *std.Build) void {
55
lib.linkSystemLibrary("dbghelp");
56
lib.linkSystemLibrary("ole32");
57
lib.linkSystemLibrary("shell32");
58
+ if (optimize == .Debug)
59
+ lib.linkSystemLibrary("ucrtbased");
60
lib.addCSourceFiles(.{
61
.root = src_root,
62
.files = win_sources,
0 commit comments