netsurf: remove wrapper C files

This commit is contained in:
Pierre Tachoire
2024-01-08 16:00:50 +01:00
parent ac99aab3fd
commit 681dd2390c
3 changed files with 0 additions and 145 deletions

View File

@@ -151,13 +151,4 @@ fn linkNetSurf(step: *std.build.LibExeObjStep) void {
step.addIncludePath(.{ .path = ns ++ lib ++ "/src" });
}
step.addIncludePath(.{ .path = ns ++ "/include" });
// wrapper
const flags = [_][]const u8{};
const files: [1][]const u8 = .{ns ++ "wrapper/wrapper.c"};
step.addCSourceFiles(.{
.files = &files,
.flags = &flags,
});
step.addIncludePath(.{ .path = ns ++ "wrapper" });
}