6 lines
125 B
Bash
6 lines
125 B
Bash
|
addOcamlMakefile () {
|
||
|
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
|
||
|
}
|
||
|
|
||
|
addEnvHooks "$targetOffset" addOcamlMakefile
|