From 1ed77f9fb24fa4ab9feca9b3c2f5ec497140050e Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Mon, 11 Jul 2016 03:17:48 +0400 Subject: [PATCH] Erlang: erlc.exe added to PATH. (#952) erlc is the Erlang compiler which actually makes binaries from Erlang source. --- erlang.json | 1 + 1 file changed, 1 insertion(+) diff --git a/erlang.json b/erlang.json index 689f2abe61..4120214092 100644 --- a/erlang.json +++ b/erlang.json @@ -14,6 +14,7 @@ }, "bin": [ "bin\\erl.exe", + "bin\\erlc.exe", "bin\\escript.exe" ], "env_set": {