From e58a6cba971bd7dd614bc8f727f2dc17d64e7605 Mon Sep 17 00:00:00 2001 From: Marcelino Coll Date: Tue, 26 Aug 2025 00:04:17 +0200 Subject: [PATCH] Add :sunos to list of unix types that uses gmake --- lib/elixir_make/compiler.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elixir_make/compiler.ex b/lib/elixir_make/compiler.ex index 8aac2e0..c1dd29c 100644 --- a/lib/elixir_make/compiler.ex +++ b/lib/elixir_make/compiler.ex @@ -147,7 +147,7 @@ defmodule ElixirMake.Compiler do true -> "nmake" end - {:unix, type} when type in [:freebsd, :openbsd, :netbsd, :dragonfly] -> + {:unix, type} when type in [:freebsd, :openbsd, :netbsd, :dragonfly, :sunos] -> "gmake" _ ->