diff --git a/mix.exs b/mix.exs index b277d85..7946629 100644 --- a/mix.exs +++ b/mix.exs @@ -31,6 +31,7 @@ defmodule Adbc.MixProject do make_precompiler_url: "#{@github_url}/releases/download/v#{@version}/@{artefact_filename}", make_precompiler_filename: "adbc_nif", + make_precompiler_priv_paths: ["adbc_nif.*", "adbc_dll_loader.dll"], make_precompiler_nif_versions: [versions: ["2.16"]], cc_precompiler: [ cleanup: "clean",