go-sqlite3-hak5/sqlite3_other.go

14 lines
267 B
Go
Raw Permalink Normal View History

2014-08-18 07:56:31 +00:00
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
2012-10-28 02:58:40 +00:00
// +build !windows
package sqlite3
2012-10-28 02:58:40 +00:00
/*
2013-08-30 13:43:00 +00:00
#cgo CFLAGS: -I.
2013-08-29 02:06:36 +00:00
#cgo linux LDFLAGS: -ldl
2012-10-28 02:58:40 +00:00
*/
import "C"