fixed build example

This commit is contained in:
2026-05-28 02:19:28 -07:00
parent 71c4317ea2
commit 0e3c8257fc

View File

@@ -17,7 +17,7 @@ const iface = b.dependency("interface", .{
.optimize = optimize,
});
exe.root_module.addImport("interface", interface.module("interface"));
exe.root_module.addImport("interface", iface.module("interface"));
```