sysaudio: eliminate Sdk type
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
78590b8950
commit
0a20ba3169
3 changed files with 89 additions and 90 deletions
|
|
@ -6,7 +6,7 @@ const glfw = @import("libs/glfw/build.zig").Sdk(.{
|
|||
// error: TarUnsupportedFileType
|
||||
.xcode_frameworks = @import("libs/gpu-dawn/libs/xcode-frameworks/build.zig"),
|
||||
});
|
||||
const sysaudio = @import("mach_sysaudio").Sdk();
|
||||
const sysaudio = @import("mach_sysaudio");
|
||||
pub const gpu_dawn = @import("libs/gpu-dawn/build.zig").Sdk(.{
|
||||
// TODO(build-system): This cannot be imported with the Zig package manager
|
||||
// error: TarUnsupportedFileType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue