sysaudio: correct double-slash
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1333b5689f
commit
118c978578
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ pub fn build(b: *std.Build) void {
|
|||
const sysaudio = sysaudio_sdk.Sdk(.{
|
||||
// TODO(build-system): This cannot be imported with the Zig package manager
|
||||
// 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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue