diff options
author | raa0121 <raa0121@gmail.com> | 2020-08-25 13:56:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 13:56:34 +0900 |
commit | 09fcd35eaa29f665605ce429fee5e4bedeeef47c (patch) | |
tree | cf436e48e640173c325ef5c3c35e773bac900503 /sqlite3_libsqlite3.go | |
parent | Update amalgamation code (#842) (diff) | |
download | golite-09fcd35eaa29f665605ce429fee5e4bedeeef47c.tar.gz golite-09fcd35eaa29f665605ce429fee5e4bedeeef47c.tar.xz |
Add Github Actions yaml and set LDFLAGS on windows (#843)
and remove .travis.yml
Diffstat (limited to 'sqlite3_libsqlite3.go')
-rw-r--r-- | sqlite3_libsqlite3.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3_libsqlite3.go b/sqlite3_libsqlite3.go index bd6de0b..e428fe6 100644 --- a/sqlite3_libsqlite3.go +++ b/sqlite3_libsqlite3.go @@ -14,5 +14,6 @@ package sqlite3 #cgo darwin CFLAGS: -I/usr/local/opt/sqlite/include #cgo openbsd LDFLAGS: -lsqlite3 #cgo solaris LDFLAGS: -lsqlite3 +#cgo windows LDFLAGS: -lsqlite3 */ import "C" |