forked from gitea/gitea
1
0
Fork 0
gitea/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go

18 lines
376 B
Go
Raw Normal View History

2016-11-04 06:16:01 +08: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.
2018-10-23 13:28:10 +08:00
2016-11-04 06:16:01 +08:00
// +build !windows
package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
2018-10-23 13:28:10 +08:00
#cgo linux,ppc LDFLAGS: -lpthread
#cgo linux,ppc64 LDFLAGS: -lpthread
#cgo linux,ppc64le LDFLAGS: -lpthread
2016-11-04 06:16:01 +08:00
*/
import "C"