Skip to content

Commit 81b9aa2

Browse files
committed
macOS compilers adjusting
1 parent 2d3e3bf commit 81b9aa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ defmodule Duckdbex.MixProject do
9292
"riscv64-linux-gnu" => "riscv64-linux-gnu-"
9393
},
9494
{:unix, :darwin} => %{
95-
:include_default_ones => true
95+
"aarch64-apple-darwin" => "aarch64-apple-darwin-",
96+
"x86_64-apple-darwin" => "x86_64-apple-darwin-"
9697
}
9798
}
9899
]

0 commit comments

Comments
 (0)