Skip to content

Commit b9694f1

Browse files
authored
include adbc_dll_loader in precompiled binaries (#122)
Signed-off-by: Cocoa <[email protected]>
1 parent 8ffc75f commit b9694f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ defmodule Adbc.MixProject do
3131
make_precompiler_url:
3232
"#{@github_url}/releases/download/v#{@version}/@{artefact_filename}",
3333
make_precompiler_filename: "adbc_nif",
34+
make_precompiler_priv_paths: ["adbc_nif.*", "adbc_dll_loader.dll"],
3435
make_precompiler_nif_versions: [versions: ["2.16"]],
3536
cc_precompiler: [
3637
cleanup: "clean",

0 commit comments

Comments
 (0)