Skip to content

Commit 91aa09d

Browse files
committed
fix make_precompiler_priv_paths
Signed-off-by: Cocoa <[email protected]>
1 parent b2c9a14 commit 91aa09d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.7.6
4+
5+
#### Fixes
6+
7+
* Fixed the issue introduced in #122
8+
39
## v0.7.5
410

511
#### Fixes

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule Adbc.MixProject do
66
use Mix.Project
77

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

1111
def project do
@@ -31,7 +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"],
34+
make_precompiler_priv_paths: ["adbc_nif.*", "adbc_dll_loader.dll", "lib", "include"],
3535
make_precompiler_nif_versions: [versions: ["2.16"]],
3636
cc_precompiler: [
3737
cleanup: "clean",

0 commit comments

Comments
 (0)