| author | |
| committer | |
| log | eb59312ee48e9029190c78dd9f890d197958dc82 |
| tree | 4b193781c11759f7cce45a59251e5eefa9abf24b |
| parent | 5adee4566ea66ebeb00cf1697918ab02c3744822 |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -29,6 +29,7 @@ pub fn build(b: *Builder) void { |
| 29 | 29 | "-DYAML_VERSION_MINOR=2", |
| 30 | 30 | "-DYAML_VERSION_PATCH=5", |
| 31 | 31 | "-DYAML_VERSION_STRING=\"0.2.5\"", |
| 32 | "-DYAML_DECLARE_STATIC=1", | |
| 32 | 33 | }); |
| 33 | 34 | exe.addCSourceFile("./libs/yaml/src/dumper.c", &[_][]const u8{}); |
| 34 | 35 | exe.addCSourceFile("./libs/yaml/src/emitter.c", &[_][]const u8{}); |