mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
6 lines
109 B
Bash
6 lines
109 B
Bash
addOcamlMakefile () {
|
|
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
|
|
}
|
|
|
|
envHooks+=(addOcamlMakefile)
|