all: build: update to zig version 0.11.0-dev.6883+da0509750
This commit is contained in:
parent
624ab118db
commit
edd2117174
9 changed files with 24 additions and 29 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue