Merge pull request #2638 from owncloud/deprecated-build-flag

This commit is contained in:
Alex Unger
2021-10-19 15:22:21 +02:00
committed by GitHub
+1 -5
View File
@@ -11,11 +11,7 @@ else
UNAME := $(shell uname -s)
endif
ifeq ($(UNAME), Darwin)
GOBUILD ?= go build -i
else
GOBUILD ?= go build
endif
GOBUILD ?= go build
SOURCES ?= $(shell find . -name "*.go" -type f -not -path "./node_modules/*")