build: update build to zig-0.16.0-dev.3133+5ec8e45f3

This commit is contained in:
CJ van den Berg 2026-04-09 17:44:03 +02:00
parent 7b1fd3a97f
commit 0235f58e8f
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 7 additions and 6 deletions

View file

@ -34,7 +34,7 @@ pub fn build(b: *std.Build) void {
ts_bin_query_gen.use_llvm = value;
ts_bin_query_gen.use_lld = value;
}
ts_bin_query_gen.linkLibC();
ts_bin_query_gen.root_module.link_libc = true;
ts_bin_query_gen.root_module.addImport("cbor", cbor_dep.module("cbor"));
ts_bin_query_gen.root_module.addImport("treez", tree_sitter_host_dep.module("treez"));
ts_bin_query_gen.root_module.addImport("build_options", options_mod);