alexeyr / erlang-sqlite3

Sqlite gen_server port for Erlang. Creates, reads and writes to sqlite database.
Other
90 stars 33 forks source link

Fix OS X compilation #34

Closed varnerac closed 9 years ago

varnerac commented 9 years ago

I'm not sure if there is any interest in this change, but I wanted to put it out there. Currently building on OS X fails because of the old version of SQLite it ships with. The build works for OS X with this change if and only if the latest version of SQLite is installed with brew.

This causes the port driver to use the brew version of SQLite on OS X (darwin). This version is more up-to-date an includes functionality like loading extensions.