Skip to content

Commit 0a8346d

Browse files
committed
Add dep on bspp because otherwise it won't build on first try
1 parent c5de06f commit 0a8346d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/belt_byte/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ $(addsuffix .ml, $(filter-out $(GENERATED_SOURCE_LIST), $(SOURCE_LIST))) $(addsu
102102
stubs.o: stubs.c
103103
$(COMPILER) -c $^
104104

105-
$(RUNTIME): ../../lib/belt_bsppx.exe stubs.o
105+
$(RUNTIME): ../../lib/bspp.exe ../../lib/belt_bsppx.exe stubs.o
106106

107107
OCAML_SRC_UTILS=../../vendor/ocaml/utils
108108
OCAML_SRC_PARSING=../../vendor/ocaml/parsing

0 commit comments

Comments
 (0)