aboutsummaryrefslogtreecommitdiff
path: root/sqlite3-binding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hack to use libsqlite3••• $ go build -tags "libsqlite3 windows" Yasuhiro Matsumoto2015-06-121-147780/+2
* Rename sqlite3.{c,h} to sqlite3-binding.{c,h}•••This fixes the problem where when building with gccgo, sqlite3.c is overwritten, leading to a build failure. An alternative would have been to move sqlite3*.{c,h} to a subdirectory, but that seems to confuse the linker a fair bit and would just swap one implementation-dependent issue for another. Closes #20 Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Stéphane Graber2015-03-111-0/+147782