Skip to content

Commit 4377c86

Browse files
Merge pull request #3 from brodo/zig-16.0-update
update for Zig 0.16.0
2 parents 400b2c9 + edf51e5 commit 4377c86

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

build.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ pub fn buildOpus(
158158
.root_source_file = upstream.path("include/opus.h"),
159159
.target = target,
160160
.optimize = optimize,
161-
.link_libc = true,
162-
.use_clang = true,
163161
});
164162
_ = tc.addModule("headers");
165163

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = .opus,
33
.version = "0.0.2",
4-
.minimum_zig_version = "0.16.0-dev.3061+9b1eaad13",
4+
.minimum_zig_version = "0.16.0",
55
.fingerprint = 0x8db4fd2c707ee1be,
66
.dependencies = .{
77
.upstream = .{

0 commit comments

Comments
 (0)