aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-24 14:16:37 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-24 14:16:37 +0000
commit7f9243a806e0b0308f3bb4941045790b93af031d (patch)
tree40c1cd7ff2cf9072536a65c9c0f8b784b1b36353 /makefile
parentnow tests for build with c++1z (diff)
downloadmutator-7f9243a806e0b0308f3bb4941045790b93af031d.tar.gz
mutator-7f9243a806e0b0308f3bb4941045790b93af031d.zip
fixed
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2d86ecb..158383b 100644
--- a/makefile
+++ b/makefile
@@ -41,7 +41,7 @@ EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o
endif
ifeq ($(BUILD_MODE), COV_NO_CLANG_1Z)
-ifneq ($(CXX), clang++)
+ifeq ($(CXX), g++)
$(error This build mode is only useable with clang++.)
endif
EXTRA_CXX_FALGS=-I$(shell $(LLVM_CONF) --src-root)/tools/clang/include -I$(shell $(LLVM_CONF) --obj-root)/tools/clang/include\