Skip to content

Commit bcbee68

Browse files
committed
Fix missing Windows change in ocaml#423
1 parent 87ef307 commit bcbee68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Makefile.nt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include Makefile.shared
1515
# To make custom toplevels
1616

1717
OCAMLMKTOP=ocamlmktop.cmo
18-
OCAMLMKTOP_IMPORTS=misc.cmo identifiable.cmo numbers.cmo config.cmo clflags.cmo ccomp.cmo
18+
OCAMLMKTOP_IMPORTS=misc.cmo identifiable.cmo numbers.cmo config.cmo arg_helper.cmo clflags.cmo ccomp.cmo
1919

2020
ocamlmktop: $(OCAMLMKTOP)
2121
$(CAMLC) $(LINKFLAGS) -o ocamlmktop $(OCAMLMKTOP_IMPORTS) $(OCAMLMKTOP)

0 commit comments

Comments
 (0)