Skip to content

Commit

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

0 comments on commit 4aa87e0

Please sign in to comment.