forked from mirror/go-sqlite3
Golang's linker add mingwex and mingw32 automatically,so we don't need add them manually.
This commit is contained in:
parent
17f6553f94
commit
be28dec3df
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue