Skip to content

Commit be28dec

Browse files
kkqymattn
authored andcommitted
Golang's linker add mingwex and mingw32 automatically,so we don't need add them manually.
1 parent 17f6553 commit be28dec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: sqlite3_windows.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ package sqlite3
1212
#cgo CFLAGS: -fno-stack-check
1313
#cgo CFLAGS: -fno-stack-protector
1414
#cgo CFLAGS: -mno-stack-arg-probe
15-
#cgo LDFLAGS: -lmingwex -lmingw32
1615
#cgo windows,386 CFLAGS: -D_USE_32BIT_TIME_T
1716
*/
1817
import "C"

0 commit comments

Comments
 (0)