{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
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue