Skip to content

Commit 05e08f7

Browse files
committed
Sort source dirs in ninja.
1 parent c6eee11 commit 05e08f7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

scripts/ninja.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,22 +1582,22 @@ ${buildNapkinCliFiles}
15821582
}
15831583

15841584
var sourceDirs = [
1585-
"ml",
1586-
"stubs",
1587-
"ext",
1588-
"common",
1589-
"js_parser",
1590-
"frontend",
1591-
"depends",
1592-
"core",
1593-
"super_errors",
1594-
"outcome_printer",
15951585
"bsb",
15961586
"bsb_helper",
1587+
"common",
1588+
"core",
1589+
"depends",
1590+
"frontend",
1591+
"js_parser",
1592+
"ext",
1593+
"main",
1594+
"ml",
15971595
"ounit",
1598-
"napkin",
15991596
"ounit_tests",
1600-
"main",
1597+
"outcome_printer",
1598+
"napkin",
1599+
"stubs",
1600+
"super_errors",
16011601
];
16021602
/**
16031603
*

0 commit comments

Comments
 (0)