mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
fix(build): more changes to make zig 0.16.0 work
This commit is contained in:
@@ -200,7 +200,7 @@ fn findLpeg(b: *std.Build, io: std.Io, target: std.Target) !?[]const u8 {
|
||||
"--variable=pc_system_libdirs",
|
||||
"--keep-system-cflags",
|
||||
"pkg-config",
|
||||
}, &code, .Ignore), "\r\n");
|
||||
}, &code, .ignore), "\r\n");
|
||||
var paths: std.ArrayList([]const u8) = try .initCapacity(b.allocator, 0);
|
||||
var path_it = std.mem.tokenizeAny(u8, dirs_stdout, " ,");
|
||||
while (path_it.next()) |dir| {
|
||||
|
||||
Reference in New Issue
Block a user