mirror of
https://github.com/golang/go
synced 2024-11-22 02:04:40 -07:00
misc/cgo/life: remove -lmsvcrt to fix windows/amd64 build
I guess this is the problem as I can't reproduce the failure. R=golang-dev, alex.brainman CC=golang-dev https://golang.org/cl/6465060
This commit is contained in:
parent
551d8b9ff5
commit
9d303b8aac
@ -6,7 +6,6 @@
|
||||
|
||||
package life
|
||||
|
||||
// #cgo windows LDFLAGS: -lmsvcrt
|
||||
// #include "life.h"
|
||||
import "C"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user