lib/Tools/ocamlc
author wenzelm
Thu, 25 Oct 2018 22:42:17 +0200
changeset 69188 2fd73a1a0937
parent 69135 be20f5f6feb9
child 69261 a41f49148525
permissions -rwxr-xr-x
updated to jedit_build-20181025 according to patches/macos (Java 11), patches/putenv; proper update of jEdit environment -- avoid warnings in Java 11; activate jdk-11+28;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke OCaml compiler within the Isabelle environment

isabelle_opam config exec --switch "$ISABELLE_OCAML_VERSION" -- ocamlc "$@"