2d6d9682bb
Previously Elixir didn't correct set the ERL_LIBS environment variable for the OTP Applications that it supplies. This change fixes that
6 lines
94 B
Bash
6 lines
94 B
Bash
addErlLibPath() {
|
|
addToSearchPath ERL_LIBS $1/lib/elixir/lib
|
|
}
|
|
|
|
envHooks+=(addErlLibPath)
|