6 lines
123 B
Bash
6 lines
123 B
Bash
|
addOcamlMakefile () {
|
||
|
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
|
||
|
}
|
||
|
|
||
|
envHooks=(${envHooks[@]} addOcamlMakefile)
|