From 3b83f184eab6b002e7eb3eb177524ac965aa1600 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 24 Oct 2017 05:35:09 -0400 Subject: [PATCH] fix issue #148 --- contrib/backends/srndv2/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contrib/backends/srndv2/Makefile b/contrib/backends/srndv2/Makefile index 8d593f8..067b1bf 100644 --- a/contrib/backends/srndv2/Makefile +++ b/contrib/backends/srndv2/Makefile @@ -7,10 +7,7 @@ all: build build: srndv2 -assert-go: - test $(VERSION) = go1.9 - -srndv2: assert-go +srndv2: GOPATH=$(REPO) GOROOT=$(GOROOT) $(GO) build -ldflags "-X srnd.GitVersion=-$(shell git rev-parse --short HEAD)" -v srndv2-lua: