Skip to content

Commit 8264f83

Browse files
authored
Add :sunos to list of unix types that uses gmake (#91)
1 parent a9ad7eb commit 8264f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_make/compiler.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ defmodule ElixirMake.Compiler do
147147
true -> "nmake"
148148
end
149149

150-
{:unix, type} when type in [:freebsd, :openbsd, :netbsd, :dragonfly] ->
150+
{:unix, type} when type in [:freebsd, :openbsd, :netbsd, :dragonfly, :sunos] ->
151151
"gmake"
152152

153153
_ ->

0 commit comments

Comments
 (0)