mirror of https://github.com/golang/go.git
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
|
package life
|
||||||
|
|
||||||
// #cgo windows LDFLAGS: -lmsvcrt
|
|
||||||
// #include "life.h"
|
// #include "life.h"
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue