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:
Shenghou Ma 2012-08-17 09:10:01 +08:00
parent 551d8b9ff5
commit 9d303b8aac

View file

@ -6,7 +6,6 @@
package life
// #cgo windows LDFLAGS: -lmsvcrt
// #include "life.h"
import "C"