Merge pull request #23529 from alexrp/2879-groundwork

Introduce libzigc for libc function implementations in Zig
This commit is contained in:
Alex Rønne Petersen
2025-04-12 18:14:17 +02:00
committed by GitHub
293 changed files with 165 additions and 297 deletions

View File

@@ -476,8 +476,8 @@ pub fn build(b: *std.Build) !void {
.test_target_filters = test_target_filters,
.test_extra_targets = test_extra_targets,
.root_src = "lib/c.zig",
.name = "universal-libc",
.desc = "Run the universal libc tests",
.name = "zigc",
.desc = "Run the zigc tests",
.optimize_modes = optimization_modes,
.include_paths = &.{},
.skip_single_threaded = true,