{sysjs,mach}: correctly pass sysjs dependency to sdk
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
f1ae31ae86
commit
2ba7e48ac2
3 changed files with 4 additions and 2 deletions
|
|
@ -1,12 +1,14 @@
|
|||
const std = @import("std");
|
||||
const sysaudio_sdk = @import("sdk.zig");
|
||||
const system_sdk = @import("libs/mach-glfw/system_sdk.zig");
|
||||
const sysjs = @import("libs/mach-sysjs/build.zig");
|
||||
|
||||
pub fn build(b: *std.build.Builder) void {
|
||||
const mode = b.standardReleaseOptions();
|
||||
const target = b.standardTargetOptions(.{});
|
||||
const sysaudio = sysaudio_sdk.Sdk(.{
|
||||
.system_sdk = system_sdk,
|
||||
.sysjs = sysjs,
|
||||
});
|
||||
|
||||
const test_step = b.step("test", "Run library tests");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue