Skip to content

Commit

Permalink
pkg: fix mach-sysaudio getting started docs
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Oct 6, 2023
1 parent 6f29713 commit c8049ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/pkg/mach-sysaudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});
exe.addModule("mach-sysaudio", mach_sysaudio_dep.module("mach-sysaudio"));
mach_sysaudio.link(mach_sysaudio_builder, exe);
@import("mach_sysaudio").link(mach_sysaudio_dep.builder, exe);
}
```

Expand Down

0 comments on commit c8049ad

Please sign in to comment.