]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/life: remove -lmsvcrt to fix windows/amd64 build
authorShenghou Ma <minux.ma@gmail.com>
Fri, 17 Aug 2012 01:10:01 +0000 (09:10 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 17 Aug 2012 01:10:01 +0000 (09:10 +0800)
        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

misc/cgo/life/life.go

index a99929b4af40512fb090542298f8628951a8cea6..bbec4c56fab6e0d61e4dcdc6cea8a95d5b4e8942 100644 (file)
@@ -6,7 +6,6 @@
 
 package life
 
-// #cgo windows LDFLAGS: -lmsvcrt
 // #include "life.h"
 import "C"