all: build: update to zig version 0.11.0-dev.6883+da0509750

This commit is contained in:
Ali Chraghi 2023-03-16 20:50:53 +03:30 committed by Stephen Gutekanst
parent 624ab118db
commit edd2117174
9 changed files with 24 additions and 29 deletions

View file

@ -25,7 +25,6 @@ pub fn Sdk(comptime deps: anytype) type {
pub fn testStep(b: *std.Build, optimize: std.builtin.OptimizeMode, target: std.zig.CrossTarget) *std.build.RunStep {
const main_tests = b.addTest(.{
.name = "sysaudio-tests",
.kind = .test_exe,
.root_source_file = .{ .path = sdkPath("/src/main.zig") },
.target = target,
.optimize = optimize,