mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
6 lines
109 B
Bash
6 lines
109 B
Bash
addOcamlMakefile () {
|
|
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
|
|
}
|
|
|
|
envHooks+=(addOcamlMakefile)
|