There was an error while loading. Please reload this page.
1 parent 999435d commit f59d5f6Copy full SHA for f59d5f6
1 file changed
build.zig
@@ -228,7 +228,7 @@ pub fn build(b: *std.Build) !void {
228
});
229
230
// work out which libraries we are building
231
- var libs = std.ArrayList(*Compile){};
+ var libs: std.ArrayListUnmanaged(*Compile) = .empty;
232
defer libs.deinit(heap.page_allocator);
233
if (build_static) {
234
try libs.append(heap.page_allocator, static_lib);
0 commit comments