diff --git a/deps/unwind.mk b/deps/unwind.mk index 1aa50211cc969..c6c15667f2432 100644 --- a/deps/unwind.mk +++ b/deps/unwind.mk @@ -8,6 +8,10 @@ ifeq ($(USE_SYSTEM_ZLIB),0) $(BUILDDIR)/libunwind-$(UNWIND_VER)/build-configured: | $(build_prefix)/manifest/zlib endif +ifeq ($(USE_SYSTEM_LLVM),0) +$(BUILDDIR)/llvmunwind-$(LLVMUNWIND_VER)/build-configured: | $(build_prefix)/manifest/llvm +endif + $(SRCCACHE)/libunwind-$(UNWIND_VER).tar.gz: | $(SRCCACHE) $(JLDOWNLOAD) $@ https://github.com/libunwind/libunwind/releases/download/v$(UNWIND_VER_TAG)/libunwind-$(UNWIND_VER).tar.gz