Makefile: fix string concatenation

master
Unknwon 2017-01-30 15:24:31 -05:00
parent 6bfbed0616
commit a5afa37203
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
1 changed files with 1 additions and 1 deletions

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"