0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-06-04 01:10:35 +00:00
Files
go-sqlite3/sqlite3_other.go

15 lines
293 B
Go
Raw Permalink Normal View History

2014-08-18 16:56:31 +09: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-27 19:58:40 -07:00
// +build !windows
package sqlite3
2012-10-27 19:58:40 -07:00
/*
2013-08-30 22:43:00 +09:00
#cgo CFLAGS: -I.
2013-08-28 22:06:36 -04:00
#cgo linux LDFLAGS: -ldl
2017-08-30 13:19:01 +09:00
#cgo solaris LDFLAGS: -lc
2012-10-27 19:58:40 -07:00
*/
import "C"