We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f16c0e commit 7e61f87Copy full SHA for 7e61f87
lib/mix/lib/mix/tasks/deps.partition.ex
@@ -21,7 +21,7 @@ defmodule Mix.Tasks.Deps.Partition do
21
22
defp server(socket, deps, count, force?) do
23
elixir =
24
- System.find_executable("elixir") ||
+ System.find_executable("elixir") || System.find_executable("elixir.bat") ||
25
raise "cannot find elixir executable for partition compilation"
26
27
{:ok, {ip, port}} = :inet.sockname(socket)
0 commit comments