aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-05 05:48:10 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-05 05:48:10 +0000
commit5b2483dbf2a7ee0706d3e82de051a675ca392c48 (patch)
treea38a2e3145a94b3d8dba7ef95aec25a02c88ac99 /makefile
parentfixed the include path (diff)
downloadmutator-5b2483dbf2a7ee0706d3e82de051a675ca392c48.tar.gz
mutator-5b2483dbf2a7ee0706d3e82de051a675ca392c48.zip
did a lil change on the win_build
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile b/makefile
index aead0de..3ef74a9 100644
--- a/makefile
+++ b/makefile
@@ -42,10 +42,9 @@ EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o
endif
ifeq ($(BUILD_MODE), WIN_BUILD)
-@echo "This build mode is only meant to be used for mutator's appveyor build. for regular windows builds tou can use COV_NO_CLANG."
$(error This build mode is not yet implemented.)
EXTRA_CXX_FALGS=-I$(shell $(LLVM_CONF) --src-root)/tools/clang/include -I$(shell $(LLVM_CONF) --obj-root)/tools/clang/include\
- -std=c++11 -stdlib=libstdc++ -UNDEBUG -fexceptions
+ -std=c++11 -UNDEBUG -fexceptions
EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o
endif