about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocamlmake/setup-hook.sh
blob: a93a7250bebb713a81cfb3d4d32c958d5cd6bbf1 (plain) (blame)
1
2
3
4
5
addOcamlMakefile () {
    export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
}

envHooks+=(addOcamlMakefile)