sysaudio: remove xcode_frameworks submodule
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
fe4456c9df
commit
d57a6d3b6d
5 changed files with 114 additions and 19 deletions
|
|
@ -6,11 +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("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"),
|
||||
});
|
||||
const sysaudio = @import("mach_sysaudio").Sdk();
|
||||
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