{sysjs,mach}: correctly pass sysjs dependency to sdk

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-09-09 21:55:38 -07:00
parent f1ae31ae86
commit 2ba7e48ac2
3 changed files with 4 additions and 2 deletions

View file

@ -22,6 +22,7 @@ const gpu = gpu_sdk.Sdk(.{
});
const sysaudio = sysaudio_sdk.Sdk(.{
.system_sdk = system_sdk,
.sysjs = sysjs,
});
pub fn build(b: *std.build.Builder) void {