We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bf9b3 commit dfde62bCopy full SHA for dfde62b
1 file changed
build.zig
@@ -30,6 +30,7 @@ pub fn build(b: *std.Build) void {
30
31
// important
32
sample_addon.linker_allow_shlib_undefined = true;
33
+ sample_addon.linkLibC();
34
35
const install_step = b.getInstallStep();
36
0 commit comments