We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffc75f commit b9694f1Copy full SHA for b9694f1
mix.exs
@@ -31,6 +31,7 @@ defmodule Adbc.MixProject do
31
make_precompiler_url:
32
"#{@github_url}/releases/download/v#{@version}/@{artefact_filename}",
33
make_precompiler_filename: "adbc_nif",
34
+ make_precompiler_priv_paths: ["adbc_nif.*", "adbc_dll_loader.dll"],
35
make_precompiler_nif_versions: [versions: ["2.16"]],
36
cc_precompiler: [
37
cleanup: "clean",
0 commit comments