Add ESQLITE_USE_SYSTEM

This allows the nif to link against the system's SQLite database.
Useful when you need to share the database with other
applications
This commit is contained in:
Michael Schmidt
2019-03-14 15:20:25 +00:00
parent f236290168
commit db73ab8ce2
5 changed files with 51 additions and 25 deletions

2
.gitignore vendored
View File

@@ -7,4 +7,4 @@ priv
*.o
*~
_build
c_src/*.d
c_src/**/*.d