diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-26 20:48:34 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-26 20:48:34 +0000 |
commit | 14a2c97fb2cb0905204100f4b3849e345e1d9c56 (patch) | |
tree | a3da103f084474b27b60c03aa249dd2a0c879844 | |
parent | included json.hpp (diff) | |
download | mutator-14a2c97fb2cb0905204100f4b3849e345e1d9c56.tar.gz mutator-14a2c97fb2cb0905204100f4b3849e345e1d9c56.zip |
fixed makefile, the extra options were not being added
-rw-r--r-- | tinyxml2/makefile | 2 |
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 |