Commit be98bc48 authored by Russ Cox's avatar Russ Cox

websocket: avoid $GOROOT in case it has spaces

Fixes #115.

R=r, ukai, sergio
https://golang.org/cl/162057
parent 46892656
include $(GOROOT)/src/Make.$(GOARCH)
include ../../Make.$(GOARCH)
TARG=websocket
GOFILES=\
......@@ -6,4 +6,4 @@ GOFILES=\
server.go\
websocket.go\
include $(GOROOT)/src/Make.pkg
include ../../Make.pkg
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