Skip to content

Commit

Permalink
Add more NIF versions (2.17)
Browse files Browse the repository at this point in the history
- :erlang.system_info(:nif_version)
- https://hexdocs.pm/elixir_make/precompilation_guide.html
  • Loading branch information
mindreframer committed Nov 27, 2023
1 parent a18c2cb commit a8cf356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Duckdbex.MixProject do
use Mix.Project

@version "0.2.6"
@version "0.2.7"
@duckdb_version "0.9.2"

def project do
Expand All @@ -23,7 +23,7 @@ defmodule Duckdbex.MixProject do
"https://github.com/maxohq/duckdbex/releases/download/v#{@version}/@{artefact_filename}",
make_precompiler_filename: "duckdb_nif",
make_precompiler_nif_versions: [
versions: ["2.15", "2.16"],
versions: ["2.15", "2.16", "2.17"],
availability: &target_available_for_nif_version?/2
],
cc_precompiler: [cleanup: "clean"],
Expand Down

0 comments on commit a8cf356

Please sign in to comment.