Fix Go download path for FreeBSD.

This commit is contained in:
Julius Volz 2015-02-05 16:03:49 +01:00
parent 753113f21a
commit d9ff2f7edb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ MAC_OS_X_VERSION ?= 10.8
BUILD_PATH = $(PWD)/.build
GO_VERSION := 1.4
GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(OS)))
GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(subst FreeBSD,freebsd,$(OS))))
ifeq ($(GOOS),darwin)
RELEASE_SUFFIX ?= -osx$(MAC_OS_X_VERSION)