src/Tools/Code/code_ml.ML
changeset 69926 110fff287217
parent 69910 0c0f7b4a72bf
child 69950 dbc2426a600d
--- a/src/Tools/Code/code_ml.ML	Wed Mar 20 16:55:21 2019 +0100
+++ b/src/Tools/Code/code_ml.ML	Wed Mar 20 20:15:30 2019 +0100
@@ -889,7 +889,7 @@
         make_destination = fn p => Path.append p (Path.explode "ROOT.ml")
           (*extension demanded by OCaml compiler*),
         make_command = fn _ =>
-          "\"$ISABELLE_OCAMLEXEC\" ocamlfind ocamlopt -w pu -package zarith -linkpkg ROOT.ml"},
+          "\"$ISABELLE_OCAMLFIND\" ocamlopt -w pu -package zarith -linkpkg ROOT.ml"},
       evaluation_args = []})
   #> Code_Target.set_printings (Type_Constructor ("fun",
     [(target_SML, SOME (2, fun_syntax)), (target_OCaml, SOME (2, fun_syntax))]))