Commit 8db8bea
authored
Update build.zig to export zigfsm for other build.zigs (#6)
sources:
- https://zig.news/liyu1981/how-to-use-your-fav-pkg-in-buildzig-3ni8
- https://ziggit.dev/t/can-i-use-packages-inside-build-zig/2892/2
child build.zig export:
https://github.com/liyu1981/zcmd.zig/blob/ef24428acabe2c8b83252a011dc1e75f0d260c42/build.zig#L3
parent build.zig import:
https://github.com/liyu1981/kcov/blob/331d207908ff0518c18282d04ed029b35ff74bbc/build.zig#L21 parent acc4055 commit 8db8bea
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments