Compile on Windows breaks across Erlang upgrades
eteeselink opened this issue · 1 comments
eteeselink commented
Hey there!
When I upgrade Erlang on Windows, Comeonin won't build anymore if it ever got built before. This happens because a Makefile.auto.win
file is generated but not cleaned up. Please see elixir-lang/elixir#5271 for a detailed backstory.
I'd happily help fix this bug if you don't have easy access to a Windows machine. But I'm pretty new to the Elixir ecosystem and I'm not entirely sure where to start.
riverrun commented
Thanks for letting us know about this bug.
What changes do you suggest making to the Makefile.win - so that the generated file is properly cleaned up?