Skip to content

Commit

Permalink
include adbc_dll_loader in precompiled binaries (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Cocoa <[email protected]>
  • Loading branch information
cocoa-xu authored Jan 27, 2025
1 parent 8ffc75f commit b9694f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b9694f1

Please sign in to comment.