14
sqlite3_ppc.go
Normal file
14
sqlite3_ppc.go
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
// 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.
|
||||||
|
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
|
package sqlite3
|
||||||
|
|
||||||
|
/*
|
||||||
|
#cgo CFLAGS: -I.
|
||||||
|
#cgo LDFLAGS: -ldl -lpthread
|
||||||
|
*/
|
||||||
|
import "C"
|
||||||
14
sqlite3_ppc64.go
Normal file
14
sqlite3_ppc64.go
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
// 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.
|
||||||
|
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
|
package sqlite3
|
||||||
|
|
||||||
|
/*
|
||||||
|
#cgo CFLAGS: -I.
|
||||||
|
#cgo LDFLAGS: -ldl -lpthread
|
||||||
|
*/
|
||||||
|
import "C"
|
||||||
Reference in New Issue
Block a user