Commit 32b31342 authored by Russ Cox's avatar Russ Cox

fix arm build on darwin leopard

TBR=r
CC=golang-dev
https://golang.org/cl/2333043
parent 7389ab8d
......@@ -7,7 +7,13 @@ ifeq ($(GOOS),nacl)
# Nothing for NaCl
all clean install:
@true
else ifeq ($(GOARCH),arm)
# Nothing for NaCl
all clean install:
@true
else
include ../Make.inc
......
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