Skip to content

Commit

Permalink
fix using old compile commands instead of dyn list
Browse files Browse the repository at this point in the history
  • Loading branch information
the-argus committed Sep 4, 2023
1 parent 4a59341 commit 090f6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_commands.zig
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fn getCSources(b: *std.Build, steps: []const *std.Build.CompileStep) []*CSourceF
continue;
},
.other_step => {
compile_steps.?.append(link_object.other_step) catch @panic("OOM");
compile_steps_list.append(link_object.other_step) catch @panic("OOM");
},
.system_lib => {
continue;
Expand Down

0 comments on commit 090f6ca

Please sign in to comment.