Commit 3735cf7b authored by Russ Cox's avatar Russ Cox

exp/terminal: fix build on non-Linux using Makefiles

The Makefiles will go away soon.

R=agl
CC=golang-dev
https://golang.org/cl/5544081
parent e5ed3a53
...@@ -8,7 +8,7 @@ TARG=exp/terminal ...@@ -8,7 +8,7 @@ TARG=exp/terminal
GOFILES=\ GOFILES=\
terminal.go\ terminal.go\
ifneq ($(GOOS),windows) ifeq ($(GOOS),linux)
GOFILES+=\ GOFILES+=\
util.go util.go
endif endif
......
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