Skip to content

Commit

Permalink
fix/windows: the dll file was in bin instead of lib
Browse files Browse the repository at this point in the history
Signed-off-by: Cocoa <i@uwucocoa.moe>
  • Loading branch information
cocoa-xu committed Jan 27, 2025
1 parent 2207c5c commit 4ed414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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", "lib", "include"],
make_precompiler_priv_paths: ["adbc_nif.*", "adbc_dll_loader.dll", "bin", "lib", "include"],
make_precompiler_nif_versions: [versions: ["2.16"]],
cc_precompiler: [
cleanup: "clean",
Expand Down

0 comments on commit 4ed414c

Please sign in to comment.