Skip to content

Commit

Permalink
update to Zig 2024.1.0-mach
Browse files Browse the repository at this point in the history
  • Loading branch information
noisegul authored and slimsag committed Jan 9, 2024
1 parent 7eddaec commit e551cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const builtin = @import("builtin");
pub fn build(b: *std.Build) void {
const cross_target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{});
const target = cross_target.toTarget();
const target = cross_target.result;

const lib = b.addStaticLibrary(.{
.name = "opus",
Expand Down

0 comments on commit e551cbc

Please sign in to comment.