Skip to content

Commit 11d7a68

Browse files
Remove unecessary include path for linenoise header
Now that lineoise zig translate-c is saved in the repo. Signed-off-by: Francis Bouvier <francis@lightpanda.io>
1 parent 3285b6d commit 11d7a68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ pub fn packages(comptime vendor_path: []const u8) type {
217217
}
218218

219219
pub fn add_shell(step: *std.Build.Step.Compile) !void {
220-
step.addIncludePath(step.root_module.owner.path(vendor ++ "/linenoise-mob"));
221220
const lib = step.step.owner.addStaticLibrary(.{
222221
.name = "linenoise",
223222
.target = step.root_module.resolved_target.?,

0 commit comments

Comments
 (0)