We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 400b2c9 + edf51e5 commit 4377c86Copy full SHA for 4377c86
2 files changed
build.zig
@@ -158,8 +158,6 @@ pub fn buildOpus(
158
.root_source_file = upstream.path("include/opus.h"),
159
.target = target,
160
.optimize = optimize,
161
- .link_libc = true,
162
- .use_clang = true,
163
});
164
_ = tc.addModule("headers");
165
build.zig.zon
@@ -1,7 +1,7 @@
1
.{
2
.name = .opus,
3
.version = "0.0.2",
4
- .minimum_zig_version = "0.16.0-dev.3061+9b1eaad13",
+ .minimum_zig_version = "0.16.0",
5
.fingerprint = 0x8db4fd2c707ee1be,
6
.dependencies = .{
7
.upstream = .{
0 commit comments