mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
commit
db44c3cffa
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ To add zap to `build.zig.zon`:
|
||||||
<!-- INSERT_DEP_END -->
|
<!-- INSERT_DEP_END -->
|
||||||
|
|
||||||
Then, in your `build.zig`'s `build` function, add the following before
|
Then, in your `build.zig`'s `build` function, add the following before
|
||||||
`b.installArtifact(exe)``:
|
`b.installArtifact(exe)`:
|
||||||
|
|
||||||
```zig
|
```zig
|
||||||
const zap = b.dependency("zap", .{
|
const zap = b.dependency("zap", .{
|
||||||
|
|
Loading…
Add table
Reference in a new issue