OCamlMakefile update.

svn path=/nixpkgs/trunk/; revision=32687
This commit is contained in:
Arie Middelkoop
2012-02-29 12:51:06 +00:00
parent d4960f72be
commit d9f5e277a5
3 changed files with 21 additions and 8 deletions
@@ -0,0 +1,5 @@
addOcamlMakefile () {
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
}
envHooks=(${envHooks[@]} addOcamlMakefile)