sysaudio: add soundio_pkg as dependency of sysaudio.pkg
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3e69c54e79
commit
09ec61b5cd
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const soundio_path = thisDir() ++ "/upstream/soundio";
|
|||
pub const pkg = std.build.Pkg{
|
||||
.name = "sysaudio",
|
||||
.source = .{ .path = thisDir() ++ "/src/main.zig" },
|
||||
.dependencies = &.{sysjs.pkg},
|
||||
.dependencies = &.{ sysjs.pkg, soundio_pkg },
|
||||
};
|
||||
|
||||
const soundio_pkg = std.build.Pkg{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue