diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-05 05:48:10 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-05 05:48:10 +0000 |
commit | 5b2483dbf2a7ee0706d3e82de051a675ca392c48 (patch) | |
tree | a38a2e3145a94b3d8dba7ef95aec25a02c88ac99 /makefile | |
parent | fixed the include path (diff) | |
download | mutator-5b2483dbf2a7ee0706d3e82de051a675ca392c48.tar.gz mutator-5b2483dbf2a7ee0706d3e82de051a675ca392c48.zip |
did a lil change on the win_build
Diffstat (limited to '')
-rw-r--r-- | makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |