We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 911b502 + 5c31776 commit 86947a4Copy full SHA for 86947a4
1 file changed
build.zig
@@ -78,7 +78,7 @@ pub fn build(b: *std.Build) void {
78
// Now, we will create a static library based on the module we created above.
79
// This creates a `std.Build.Step.Compile`, which is the build step responsible
80
// for actually invoking the compiler.
81
- const lib = b.addStaticLibrary(.{
+ const lib = b.addLibrary(.{
82
.name = "hparse",
83
.root_module = lib_mod,
84
});
0 commit comments