mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
6 lines
123 B
Bash
6 lines
123 B
Bash
addOcamlMakefile () {
|
|
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addOcamlMakefile)
|