elixir-sqlite / exqlite

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

Adding ERL_CFLAGS #198

Closed alanj853 closed 2 years ago

alanj853 commented 2 years ago

Is possibly required if doing a cross-compilation.

Addresses https://github.com/elixir-sqlite/exqlite/issues/196

warmwaffles commented 2 years ago

@alanj853 we'll need to add this same thing to the windows makefile as well. A slightly different syntax but should be pretty straight forward.

alanj853 commented 2 years ago

@warmwaffles , that should be done now.

warmwaffles commented 2 years ago

🥳