diff options
author | mattn <mattn.jp@gmail.com> | 2015-03-12 18:42:19 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2015-03-12 18:42:19 +0900 |
commit | 1b67b9f03b8d279fce1125609c00c12b6cd05460 (patch) | |
tree | 96543712a8a18e8a35cc38c75db8b9c48766cd68 /README.md | |
parent | Merge pull request #178 from antoni/master (diff) | |
parent | Link against pthread (diff) | |
download | golite-1b67b9f03b8d279fce1125609c00c12b6cd05460.tar.gz golite-1b67b9f03b8d279fce1125609c00c12b6cd05460.tar.xz |
Merge pull request #183 from stgraber/master
Fix gccgo support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -50,7 +50,9 @@ License MIT: http://mattn.mit-license.org/2012 -sqlite.c, sqlite3.h, sqlite3ext.h +sqlite3-binding.c, sqlite3-binding.h, sqlite3ext.h + +The -binding suffix was added to avoid build failures under gccgo. In this repository, those files are amalgamation code that copied from SQLite3. The license of those codes are depend on the license of SQLite3. |