d9f5e277a5
svn path=/nixpkgs/trunk/; revision=32687
6 lines
123 B
Bash
6 lines
123 B
Bash
addOcamlMakefile () {
|
|
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addOcamlMakefile)
|