example: c examples all need libc

This commit is contained in:
Mitchell Hashimoto
2026-04-24 10:31:23 -07:00
parent e5854071df
commit cfa5521d3e
17 changed files with 17 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),

View File

@@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
const exe_mod = b.createModule(.{
.target = target,
.optimize = optimize,
.link_libc = true,
});
exe_mod.addCSourceFiles(.{
.root = b.path("src"),