Skip to content

Commit 9715e9a

Browse files
committed
add build constraint for solaris
fixes #514
1 parent 6c771bb commit 9715e9a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sqlite3_solaris.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright (C) 2018 Yasuhiro Matsumoto <[email protected]>.
2+
//
3+
// Use of this source code is governed by an MIT-style
4+
// license that can be found in the LICENSE file.
5+
// +build solaris
6+
7+
package sqlite3
8+
9+
/*
10+
#cgo CFLAGS: -D__EXTENSIONS__=1
11+
*/
12+
import "C"

0 commit comments

Comments
 (0)