Erlang: erlc.exe added to PATH. (#952)

erlc is the Erlang compiler which actually makes binaries from Erlang source.
This commit is contained in:
Konstantin Molchanov 2016-07-11 03:17:48 +04:00 committed by Luke Sampson
parent bfe4bf0a47
commit 1ed77f9fb2

View File

@ -14,6 +14,7 @@
}, },
"bin": [ "bin": [
"bin\\erl.exe", "bin\\erl.exe",
"bin\\erlc.exe",
"bin\\escript.exe" "bin\\escript.exe"
], ],
"env_set": { "env_set": {