Skip to content

Commit eec259f

Browse files
rilliangraydon
authored andcommitted
Fix a typo in the previous commit.
(cherry picked from commit 11d2af7)
1 parent 6b9a9a7 commit eec259f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ ifneq ($(CFG_LLVM_CONFIG),)
174174
else
175175
CFG_LLVM_CONFIG :=
176176
$(info cfg: incompatible LLVM version $(CFG_LLVM_VERSION), \
177-
expected one of $(CFG_LLVM_ALLOWED_VERSIONS)
177+
expected one of $(CFG_LLVM_ALLOWED_VERSIONS))
178178
endif
179179
endif
180180
ifneq ($(CFG_LLVM_CONFIG),)

0 commit comments

Comments
 (0)