Skip to content

Commit

Permalink
macOS compilers adjusting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexR2D2 committed Aug 2, 2024
1 parent 2d3e3bf commit 81b9aa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ defmodule Duckdbex.MixProject do
"riscv64-linux-gnu" => "riscv64-linux-gnu-"
},
{:unix, :darwin} => %{
:include_default_ones => true
"aarch64-apple-darwin" => "aarch64-apple-darwin-",
"x86_64-apple-darwin" => "x86_64-apple-darwin-"
}
}
]
Expand Down

0 comments on commit 81b9aa2

Please sign in to comment.