Skip to content

Commit b849f27

Browse files
committed
Fix make script
1 parent fe12043 commit b849f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/llvm.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ LLVM_PATCH_PREV := $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patch-applied
235235
endef
236236

237237
ifeq ($(shell test $(LLVM_VER_MAJ) -ge 19 && echo true),true)
238-
$(eval $(call LLVM_PATCH,llvm19-ittapi-cmake))
238+
$(eval $(call LLVM_PATCH,llvm19-ittapi-cmake))
239239
else
240-
$(eval $(call LLVM_PATCH,llvm-ittapi-cmake))
240+
$(eval $(call LLVM_PATCH,llvm-ittapi-cmake))
241241
endif
242242

243243
ifeq ($(USE_SYSTEM_ZLIB), 0)

0 commit comments

Comments
 (0)