fixed dep name
This commit is contained in:
@@ -12,7 +12,7 @@ $ zig fetch --save git+https://git.sirlilpanda.studio/sirlilpanda/zig-interface-
|
|||||||
in `build.zig`
|
in `build.zig`
|
||||||
```zig
|
```zig
|
||||||
|
|
||||||
const iface = b.dependency("interface", .{
|
const iface = b.dependency("interface_helper", .{
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user