Fix a typo in the previous commit.
This commit is contained in:
parent
83cc297561
commit
11d2af72cf
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ ifneq ($(CFG_LLVM_CONFIG),)
|
|||
else
|
||||
CFG_LLVM_CONFIG :=
|
||||
$(info cfg: incompatible LLVM version $(CFG_LLVM_VERSION), \
|
||||
expected one of $(CFG_LLVM_ALLOWED_VERSIONS)
|
||||
expected one of $(CFG_LLVM_ALLOWED_VERSIONS))
|
||||
endif
|
||||
endif
|
||||
ifneq ($(CFG_LLVM_CONFIG),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue