File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ pub fn build(b: *std.Build) void {
214214 [_ ][]const []const u8 { runtests_sources , runtests_cxx_sources },
215215 [_ ]bool { false , true },
216216 ) | name , test_sources , link_cpp | {
217- var flags : std .ArrayListUnmanaged ([]const u8 ) = .{} ;
217+ var flags : std .ArrayList ([]const u8 ) = .empty ;
218218 if (link_cpp ) flags .append (b .allocator , "-std=c++11" ) catch @panic ("OOM" );
219219 if (need_short_char_arg ) flags .append (b .allocator , "-fshort-wchar" ) catch @panic ("OOM" );
220220
Original file line number Diff line number Diff line change 11.{
22 .name = .libexpat ,
33 .version = "2.7.1-2" ,
4- .minimum_zig_version = "0.15.2 " ,
4+ .minimum_zig_version = "0.16.0-dev.3133+5ec8e45f3 " ,
55 .dependencies = .{
66 .libexpat = .{
77 .url = "git+https://github.com/libexpat/libexpat?ref=R_2_7_1#f9a3eeb3e09fbea04b1c451ffc422ab2f1e45744" ,
You can’t perform that action at this time.
0 commit comments