We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fcd9b8 + 11d7a68 commit e7fd4b1Copy full SHA for e7fd4b1
build.zig
@@ -217,7 +217,6 @@ pub fn packages(comptime vendor_path: []const u8) type {
217
}
218
219
pub fn add_shell(step: *std.Build.Step.Compile) !void {
220
- step.addIncludePath(step.root_module.owner.path(vendor ++ "/linenoise-mob"));
221
const lib = step.step.owner.addStaticLibrary(.{
222
.name = "linenoise",
223
.target = step.root_module.resolved_target.?,
0 commit comments