authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-01 04:03:23 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-01 04:03:23 -08:00
logeb59312ee48e9029190c78dd9f890d197958dc82
tree4b193781c11759f7cce45a59251e5eefa9abf24b
parent5adee4566ea66ebeb00cf1697918ab02c3744822

add DYAML_DECLARE_STATIC to libyaml flags


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

build.zig+1
......@@ -29,6 +29,7 @@ pub fn build(b: *Builder) void {
2929 "-DYAML_VERSION_MINOR=2",
3030 "-DYAML_VERSION_PATCH=5",
3131 "-DYAML_VERSION_STRING=\"0.2.5\"",
32 "-DYAML_DECLARE_STATIC=1",
3233 });
3334 exe.addCSourceFile("./libs/yaml/src/dumper.c", &[_][]const u8{});
3435 exe.addCSourceFile("./libs/yaml/src/emitter.c", &[_][]const u8{});