From a5afa372033faee273f8e02f6c99db8c66de851c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 30 Jan 2017 15:24:31 -0500 Subject: [PATCH] Makefile: fix string concatenation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a60b686..407b3b3b 100644 --- a/Makefile +++ b/Makefile @@ -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"