Skip to content

Commit d9e7614

Browse files
committed
Add ninja rule for building jsoo_refmt_main
1 parent 9130124 commit d9e7614

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jscomp/snapshot.ninja

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ o $SNAP/unstable/js_compiler.ml: bspack | ./bin/bspack.exe $LTO
5353
flags = -D BS_BROWSER=true -D BS_ONLY=true -bs-MD -module-alias Config=Config_whole_compiler -bs-exclude-I config -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I $OCAML_SRC_TYPING -I $OCAML_SRC_BYTECOMP -I $OCAML_SRC_DRIVER -I stubs -I ext -I napkin -I frontend -I depends -I common -I core -I super_errors -I bsb -I outcome_printer -I js_parser -I main
5454
main = Jsoo_main
5555

56-
56+
o $SNAP/unstable/js_refmt_compiler.ml: bspack | ./bin/bspack.exe $LTO
57+
flags = -D BS_BROWSER=true -bs-MD -module-alias Config=Config_whole_compiler -bs-exclude-I config -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I $OCAML_SRC_TYPING -I $OCAML_SRC_BYTECOMP -I $OCAML_SRC_DRIVER -I stubs -I js_parser -I ext -I napkin -I frontend -I depends -I common -I core -I super_errors -I bsb -I outcome_printer -I js_parser -I refmt -I main
58+
main = Jsoo_refmt_main
5759

5860
subninja build.ninja
5961
# -o $@

0 commit comments

Comments
 (0)