aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2013-08-30 22:43:00 +0900
committermattn <mattn.jp@gmail.com>2013-08-30 22:43:00 +0900
commite6e7dc1202d30836f2d2db87f397e7e9ef9aca66 (patch)
treed55c372e6a97526f0fb3dba67827b533142820ff /sqlite3_other.go
parentStart work on introducing machine-readable error codes. (diff)
downloadgolite-e6e7dc1202d30836f2d2db87f397e7e9ef9aca66.tar.gz
golite-e6e7dc1202d30836f2d2db87f397e7e9ef9aca66.tar.xz
CFLAGS
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r--sqlite3_other.go1
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
*/