Compiling project with NIFs with rebar: cl.exe not found
问题 I'm new to erlang and rebar. In my rebar project I used a dependency containing native c code and during rebar compile I'm getting error: Name cl.exe is not recognized as an internal or external command, operable program or batch file I guess that rebar is trying to compile c files from my dependency using Microsoft's cl.exe compiler from VisualStudio, right? The problem is that I don't have VS installed and don't want to install it. Why rebar is trying to use cl.exe? Can I configure rebar to