aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r--sqlite3_other.go18
1 files changed, 0 insertions, 18 deletions
diff --git a/sqlite3_other.go b/sqlite3_other.go
deleted file mode 100644
index 1f9a755..0000000
--- a/sqlite3_other.go
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (C) 2019 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.
-
-//go:build !windows
-// +build !windows
-
-package sqlite3
-
-/*
-#cgo CFLAGS: -I.
-#cgo linux LDFLAGS: -ldl
-#cgo linux,ppc LDFLAGS: -lpthread
-#cgo linux,ppc64 LDFLAGS: -lpthread
-#cgo linux,ppc64le LDFLAGS: -lpthread
-*/
-import "C"