aboutsummaryrefslogtreecommitdiffstats
path: root/tinyxml2
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-26 20:48:34 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-26 20:48:34 +0000
commit14a2c97fb2cb0905204100f4b3849e345e1d9c56 (patch)
treea3da103f084474b27b60c03aa249dd2a0c879844 /tinyxml2
parentincluded json.hpp (diff)
downloadmutator-14a2c97fb2cb0905204100f4b3849e345e1d9c56.tar.gz
mutator-14a2c97fb2cb0905204100f4b3849e345e1d9c56.zip
fixed makefile, the extra options were not being added
Diffstat (limited to 'tinyxml2')
-rw-r--r--tinyxml2/makefile2
1 files changed, 2 insertions, 0 deletions
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