From 14a2c97fb2cb0905204100f4b3849e345e1d9c56 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 27 Dec 2016 00:18:34 +0330 Subject: fixed makefile, the extra options were not being added --- tinyxml2/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tinyxml2') diff --git a/tinyxml2/makefile b/tinyxml2/makefile index 003f64c..add1f76 100644 --- a/tinyxml2/makefile +++ b/tinyxml2/makefile @@ -57,6 +57,8 @@ EXTRA_CXX_FALGS=-I$(shell $(LLVM_CONF) --src-root)/tools/clang/include -I$(shell EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o endif +CXX_FLAGS+=$(EXTRA_CXX_FALGS) + ###########################################################RULES############################################################## .DEFAULT: tinyxml2 -- cgit v1.2.3