Skip to content

Commit

Permalink
Merge pull request #238 from lightpanda-io/linenoise_include
Browse files Browse the repository at this point in the history
Save linenoise header zig translation
  • Loading branch information
francisbouvier authored Jul 8, 2024
2 parents 3fcd9b8 + 11d7a68 commit e7fd4b1
Show file tree
Hide file tree
Showing 3 changed files with 526 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ pub fn packages(comptime vendor_path: []const u8) type {
}

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

0 comments on commit e7fd4b1

Please sign in to comment.