authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-04-09 01:57:23 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-04-09 01:57:23 -07:00
logadd6a47275b251b1e435b533da57134dbc9971f8
tree5df4e80287559b5aca7284a63b4f28494438edd9
parent00040d2375fe39838f413f52af272ceb2b7ed851
signaturelock-open Commit is signed but in an unrecognized format.

build.zig- add zigmod package to bootstrap path


1 files changed, 1 insertions(+), 0 deletions(-)

build.zig+1
......@@ -40,6 +40,7 @@ pub fn build(b: *Builder) void {
4040 exe.addCSourceFile("./libs/yaml/src/scanner.c", &.{});
4141 exe.addCSourceFile("./libs/yaml/src/writer.c", &.{});
4242
43 exe.addPackagePath("zigmod", "./src/lib.zig");
4344 exe.addPackagePath("ansi", "./libs/zig-ansi/src/lib.zig");
4445 }
4546 else {