sysaudio: correct double-slash

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-03 17:45:50 -07:00
parent 1333b5689f
commit 118c978578

View file

@ -7,7 +7,7 @@ pub fn build(b: *std.Build) void {
const sysaudio = sysaudio_sdk.Sdk(.{ const sysaudio = sysaudio_sdk.Sdk(.{
// TODO(build-system): This cannot be imported with the Zig package manager // TODO(build-system): This cannot be imported with the Zig package manager
// error: TarUnsupportedFileType // error: TarUnsupportedFileType
.xcode_frameworks = @import("libs/xcode-frameworks//build.zig"), .xcode_frameworks = @import("libs/xcode-frameworks/build.zig"),
}); });
const test_step = b.step("test", "Run library tests"); const test_step = b.step("test", "Run library tests");