diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-24 14:16:37 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-24 14:16:37 +0000 |
commit | 7f9243a806e0b0308f3bb4941045790b93af031d (patch) | |
tree | 40c1cd7ff2cf9072536a65c9c0f8b784b1b36353 | |
parent | now tests for build with c++1z (diff) | |
download | mutator-7f9243a806e0b0308f3bb4941045790b93af031d.tar.gz mutator-7f9243a806e0b0308f3bb4941045790b93af031d.zip |
fixed
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |