diff options
author | mattn <mattn.jp@gmail.com> | 2013-08-30 22:43:00 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-08-30 22:43:00 +0900 |
commit | e6e7dc1202d30836f2d2db87f397e7e9ef9aca66 (patch) | |
tree | d55c372e6a97526f0fb3dba67827b533142820ff /sqlite3_other.go | |
parent | Start work on introducing machine-readable error codes. (diff) | |
download | golite-e6e7dc1202d30836f2d2db87f397e7e9ef9aca66.tar.gz golite-e6e7dc1202d30836f2d2db87f397e7e9ef9aca66.tar.xz |
CFLAGS
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r-- | sqlite3_other.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3_other.go b/sqlite3_other.go index 49946d6..5c8a141 100644 --- a/sqlite3_other.go +++ b/sqlite3_other.go @@ -3,6 +3,7 @@ package sqlite3 /* +#cgo CFLAGS: -I. #cgo LDFLAGS: -v #cgo linux LDFLAGS: -ldl */ |