aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2015-03-12 18:42:19 +0900
committermattn <mattn.jp@gmail.com>2015-03-12 18:42:19 +0900
commit1b67b9f03b8d279fce1125609c00c12b6cd05460 (patch)
tree96543712a8a18e8a35cc38c75db8b9c48766cd68 /README.md
parentMerge pull request #178 from antoni/master (diff)
parentLink against pthread (diff)
downloadgolite-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.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1433fe5..4383f0c 100644
--- a/README.md
+++ b/README.md
@@ -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.