Skip to content

Commit a1f315c

Browse files
committed
flambda-backend: Fix runtime path in ocaml/Makefile.common-jst
1 parent 588c119 commit a1f315c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.common-jst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ install_for_test: _install
226226
rm -f $$exe; ln -s $$exe.byte $$exe; \
227227
done; \
228228
ln -s _install/lib/ocaml stdlib; \
229-
mkdir runtime; \
229+
mkdir runtime4; \
230230
for f in ocamlrun* stdlib/caml stdlib/stublibs/* runtime4/caml/threads.h; do \
231231
ln -s ../$$f runtime4/`basename $$f`; \
232232
done; \

0 commit comments

Comments
 (0)