From 7e7d5dc958b08dc0f671cd1b119cd831fc877d16 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 14 Dec 2023 19:10:32 -0700 Subject: musl: update references to bin_file.options --- src/Compilation.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Compilation.zig') diff --git a/src/Compilation.zig b/src/Compilation.zig index 693e46c07c..2a2ef3e329 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -6241,7 +6241,7 @@ pub fn build_crt_file( defer arena_allocator.deinit(); const arena = arena_allocator.allocator(); - const basename = try std.zig.binNameAlloc(arena, .{ + const basename = try std.zig.binNameAlloc(gpa, .{ .root_name = root_name, .target = comp.root_mod.resolved_target.result, .output_mode = output_mode, -- cgit v1.2.3