Skip to content

Commit

Permalink
fix make_precompiler_priv_paths
Browse files Browse the repository at this point in the history
Signed-off-by: Cocoa <[email protected]>
  • Loading branch information
cocoa-xu committed Jan 27, 2025
1 parent b2c9a14 commit 91aa09d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.7.6

#### Fixes

* Fixed the issue introduced in #122

## v0.7.5

#### Fixes
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
defmodule Adbc.MixProject do
use Mix.Project

@version "0.7.5"
@version "0.7.5-dev"
@github_url "https://github.com/elixir-explorer/adbc"

def project do
Expand All @@ -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"],
make_precompiler_priv_paths: ["adbc_nif.*", "adbc_dll_loader.dll", "lib", "include"],
make_precompiler_nif_versions: [versions: ["2.16"]],
cc_precompiler: [
cleanup: "clean",
Expand Down

0 comments on commit 91aa09d

Please sign in to comment.