We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1996547 commit 66a1a36Copy full SHA for 66a1a36
.zigversion
@@ -1 +1 @@
1
-0.14.0-dev.1911+3bf89f55c
+0.14.0-dev.2563+af5e73172
build.zig
@@ -54,7 +54,7 @@ pub fn build(b: *std.Build) void {
54
.optimize = optimize,
55
});
56
if (target.result.os.tag == .windows) {
57
- lib.defineCMacro("JPC_API", "extern __declspec(dllexport)");
+ lib.root_module.addCMacro("JPC_API", "extern __declspec(dllexport)");
58
}
59
break :blk lib;
60
} else b.addStaticLibrary(.{
0 commit comments