Commit ef96d724 authored by Alex Brainman's avatar Alex Brainman

misc/cgo/life: explicitly specify library for assert function (fixes windows/amd64 build)

R=golang-dev, dave
CC=golang-dev, minux.ma
https://golang.org/cl/6461065
parent 18c378c2
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
package life package life
// #cgo windows LDFLAGS: -lmsvcrt
// #include "life.h" // #include "life.h"
import "C" import "C"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment