From 5b2483dbf2a7ee0706d3e82de051a675ca392c48 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 5 Feb 2017 09:18:10 +0330 Subject: did a lil change on the win_build --- makefile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3