erlang: add setupHook to set ERL_LIBS

This commit is contained in:
Geoff Reedy
2015-08-09 09:42:24 -06:00
parent 2c9c135ee2
commit 5a5e86f5cd
6 changed files with 15 additions and 0 deletions
@@ -0,0 +1,5 @@
addErlangLibPath() {
addToSearchPath ERL_LIBS $1/lib/erlang/lib
}
envHooks+=(addErlangLibPath)