Merge pull request #23529 from alexrp/2879-groundwork
Introduce libzigc for libc function implementations in Zig
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user