elixir-sqlite / exqlite

An SQLite3 driver for Elixir
https://hexdocs.pm/exqlite
MIT License
217 stars 48 forks source link

Use minimum NIF version for each target #279

Closed cocoa-xu closed 8 months ago

cocoa-xu commented 8 months ago

Hi this PR updated elixir_make to v0.8.2 so that we can now compile only once for each target with the corresponding minimum NIF version instead of compiling one binary for each pair of target and NIF version.