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

6 lines
109 B
Bash
Raw Normal View History

addOcamlMakefile () {
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
}
2014-07-08 12:20:05 +00:00
envHooks+=(addOcamlMakefile)