We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628398e commit 1f85ebdCopy full SHA for 1f85ebd
sqlite3.go
@@ -21,6 +21,8 @@ package sqlite3
21
#cgo CFLAGS: -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT
22
#cgo CFLAGS: -Wno-deprecated-declarations
23
#cgo linux,!android CFLAGS: -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1
24
+#cgo openbsd CFLAGS: -I/usr/local/include
25
+#cgo openbsd LDFLAGS: -L/usr/local/lib
26
#ifndef USE_LIBSQLITE3
27
#include <sqlite3-binding.h>
28
#else
0 commit comments