mirror of
https://github.com/thunderbrewhq/system.git
synced 2026-02-03 16:39:07 +00:00
fix(build): fix zig build script
This commit is contained in:
parent
0eb7f11c0b
commit
3e9007c21f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
.{
|
||||||
.name = "system",
|
.name = "system",
|
||||||
.version = "1.0.0",
|
.version = "1.0.0",
|
||||||
.paths = {
|
.paths = .{
|
||||||
"build.zig",
|
"build.zig",
|
||||||
"build.zig.zon",
|
"build.zig.zon",
|
||||||
},
|
},
|
||||||
.dependencies = {}
|
.dependencies = .{}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue