addPaths(step) -> addPaths(mod); helps hexops/mach#1154
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
cbcb2621d2
commit
d4cd79440e
2 changed files with 8 additions and 10 deletions
|
|
@ -153,8 +153,6 @@ pub const App = struct {
|
|||
}
|
||||
|
||||
pub fn link(app: *const App) !void {
|
||||
sysaudio.addPaths(app.compile);
|
||||
|
||||
// TODO: basisu support in wasm
|
||||
if (app.platform != .web) {
|
||||
app.compile.linkLibrary(app.mach_builder.dependency("mach_basisu", .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue