Golang's linker add mingwex and mingw32 automatically,so we don't need add them manually.

This commit is contained in:
kkqy 2022-09-02 06:23:52 +08:00 committed by mattn
parent 17f6553f94
commit be28dec3df
1 changed files with 0 additions and 1 deletions

View File

@ -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"