Skip to content

Commit

Permalink
Golang's linker add mingwex and mingw32 automatically,so we don't nee…
Browse files Browse the repository at this point in the history
…d add them manually.
  • Loading branch information
kkqy authored and mattn committed Sep 18, 2022
1 parent 17f6553 commit be28dec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlite3_windows.go
Expand Up @@ -12,7 +12,6 @@ package sqlite3
#cgo CFLAGS: -fno-stack-check
#cgo CFLAGS: -fno-stack-protector
#cgo CFLAGS: -mno-stack-arg-probe
#cgo LDFLAGS: -lmingwex -lmingw32
#cgo windows,386 CFLAGS: -D_USE_32BIT_TIME_T
*/
import "C"

0 comments on commit be28dec

Please sign in to comment.