Skip to content

Commit e7fd4b1

Browse files
Merge pull request #238 from lightpanda-io/linenoise_include
Save linenoise header zig translation
2 parents 3fcd9b8 + 11d7a68 commit e7fd4b1

File tree

3 files changed

+526
-4
lines changed

3 files changed

+526
-4
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)