Skip to content

Commit

Permalink
add -lsqlite3 ON LDFLAGS for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
raa0121 committed Aug 24, 2020
1 parent d5e9d59 commit de273d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3_windows.go
Expand Up @@ -12,7 +12,7 @@ package sqlite3
#cgo CFLAGS: -fno-stack-check
#cgo CFLAGS: -fno-stack-protector
#cgo CFLAGS: -mno-stack-arg-probe
#cgo LDFLAGS: -lmingwex -lmingw32
#cgo LDFLAGS: -lmingwex -lmingw32 -lsqlite3
#cgo windows,386 CFLAGS: -D_USE_32BIT_TIME_T
*/
import "C"

0 comments on commit de273d6

Please sign in to comment.