nixpkgs/pkgs/development/ocaml-modules/ocamlmake/setup-hook.sh

6 lines
123 B
Bash
Raw Normal View History

addOcamlMakefile () {
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
}
envHooks=(${envHooks[@]} addOcamlMakefile)