Skip to content

Commit

Permalink
Sort source files
Browse files Browse the repository at this point in the history
  • Loading branch information
plajjan committed Dec 18, 2023
1 parent d9a4d4c commit 31ca1fd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -78,25 +78,25 @@ pub fn build(b: *std.build.Builder) void {
defer flags.deinit();

source_files.appendSlice(&.{
"alloc.c",
"reclaim.c",
"allchblk.c",
"misc.c",
"mach_dep.c",
"os_dep.c",
"mark_rts.c",
"headers.c",
"mark.c",
"obj_map.c",
"alloc.c",
"blacklst.c",
"finalize.c",
"new_hblk.c",
"dbg_mlc.c",
"malloc.c",
"dyn_load.c",
"typd_mlc.c",
"ptr_chck.c",
"finalize.c",
"headers.c",
"mach_dep.c",
"malloc.c",
"mallocx.c",
"mark.c",
"mark_rts.c",
"misc.c",
"new_hblk.c",
"obj_map.c",
"os_dep.c",
"ptr_chck.c",
"reclaim.c",
"typd_mlc.c",
}) catch unreachable;

if (t.abi.isMusl()) {
Expand Down

0 comments on commit 31ca1fd

Please sign in to comment.