sysaudio: prepare to use via package manager

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-06 22:28:28 -07:00
parent ac811a7d89
commit ee484e83ac
3 changed files with 97 additions and 99 deletions

View file

@ -6,7 +6,7 @@ const glfw = @import("libs/glfw/sdk.zig").Sdk(.{
// error: TarUnsupportedFileType
.xcode_frameworks = @import("libs/gpu-dawn/libs/xcode-frameworks/build.zig"),
});
const sysaudio = @import("libs/sysaudio/sdk.zig").Sdk(.{
const sysaudio = @import("libs/sysaudio/build.zig").Sdk(.{
// TODO(build-system): This cannot be imported with the Zig package manager
// error: TarUnsupportedFileType
.xcode_frameworks = @import("libs/gpu-dawn/libs/xcode-frameworks/build.zig"),