Skip to content

Commit

Permalink
Fix FlexDLL bootstrap when system flexlink found (ocaml#779)
Browse files Browse the repository at this point in the history
Building the native runtime could accidentally pick up the wrong include
directory for flexdll.h.

Background in https://sympa.inria.fr/sympa/arc/caml-list/2016-06/msg00123.html
  • Loading branch information
dra27 committed Dec 14, 2016
1 parent 992ffce commit 5e300b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.nt
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ alldepend::
runtimeopt: makeruntimeopt stdlib/libasmrun.$(A)

makeruntimeopt:
cd asmrun ; $(MAKEREC) all
cd asmrun ; $(MAKEREC) $(BOOT_FLEXLINK_CMD) all
stdlib/libasmrun.$(A): asmrun/libasmrun.$(A)
cp asmrun/libasmrun.$(A) stdlib/libasmrun.$(A)
clean::
Expand Down

0 comments on commit 5e300b3

Please sign in to comment.