sysaudio:build: remove 4th argument
This commit is contained in:
parent
0c54bc740f
commit
d96cc72859
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ pub fn build(b: *Builder) void {
|
|||
const target = b.standardTargetOptions(.{});
|
||||
|
||||
const test_step = b.step("test", "Run library tests");
|
||||
test_step.dependOn(&testStep(b, mode, target, .{}).step);
|
||||
test_step.dependOn(&testStep(b, mode, target).step);
|
||||
|
||||
inline for ([_][]const u8{
|
||||
"soundio-sine-wave",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue