sysaudio:build: remove 4th argument

This commit is contained in:
Ali Chraghi 2022-09-07 23:49:31 +04:30 committed by Stephen Gutekanst
parent 0c54bc740f
commit d96cc72859

View file

@ -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",