From c67c41be97826fd402a723c09deeec366f0ab08c Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Thu, 11 Apr 2024 18:45:51 +0200 Subject: [PATCH] Support DragonFlyBSD --- 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 15a7bdb..9135e85 100644 --- a/lib/elixir_make/compiler.ex +++ b/lib/elixir_make/compiler.ex @@ -141,7 +141,7 @@ defmodule ElixirMake.Compiler do true -> "nmake" end - {:unix, type} when type in [:freebsd, :openbsd, :netbsd] -> + {:unix, type} when type in [:freebsd, :openbsd, :netbsd, :dragonfly] -> "gmake" _ ->