Makefile: fix string concatenation

This commit is contained in:
Unknwon
2017-01-30 15:24:31 -05:00
parent 6bfbed0616
commit a5afa37203

View File

@@ -10,7 +10,7 @@ OS := $(shell uname)
TAGS = ""
BUILD_FLAGS = "-v"
ifeq ($(OS),Linux)
BUILD_FLAGS += " -buildmode=pie"
BUILD_FLAGS += "-buildmode=pie"
endif
RELEASE_ROOT = "release"