Skip to content

Commit

Permalink
Specify supported make precompiler NIF versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Oct 27, 2023
1 parent b3aaab5 commit 05219ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ defmodule Vix.MixProject do
"precompiled_libvips/lib/*.dll",
"precompiled_libvips/lib/*.lib"
],
make_precompiler_nif_versions: [
versions: ["2.16", "2.17"]
],
make_force_build: make_force_build(),
cc_precompiler: [
cleanup: "clean_precompiled_libvips",
Expand Down

0 comments on commit 05219ee

Please sign in to comment.