Skip to content

Commit 446dffa

Browse files
makenowjustAry Borenszweig
authored and
Ary Borenszweig
committedNov 24, 2016
Fix indentation
1 parent c758737 commit 446dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CFLAGS += -fPIC $(if $(debug),-g -O0)
2323
CXXFLAGS += $(if $(debug),-g -O0)
2424

2525
ifeq (${LLVM_CONFIG},)
26-
$(error Could not locate llvm-config, make sure it is installed and in your PATH, or set LLVM_CONFIG)
26+
$(error Could not locate llvm-config, make sure it is installed and in your PATH, or set LLVM_CONFIG)
2727
else
2828
$(info Using $(LLVM_CONFIG) [version=$(shell $(LLVM_CONFIG) --version)])
2929
endif

0 commit comments

Comments
 (0)
Please sign in to comment.