Skip to content

Commit bf8aed5

Browse files
committed
Lookup for Windows executable
1 parent 8216f0e commit bf8aed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/deps.partition.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule Mix.Tasks.Deps.Partition do
2121

2222
defp server(socket, deps, count, force?) do
2323
elixir =
24-
System.find_executable("elixir") ||
24+
System.find_executable("elixir") || System.find_executable("elixir.bat") ||
2525
raise "cannot find elixir executable for partition compilation"
2626

2727
{:ok, {ip, port}} = :inet.sockname(socket)

0 commit comments

Comments
 (0)