From 5e0cab69966eb989f380492dda7590bca3a3ba8d Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Tue, 17 Mar 2020 14:05:49 -0400 Subject: [PATCH] change libLLVM suffix to match build-configuration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d834e3c3b8fd..eeeaf33a6e5ab 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ else JL_PRIVATE_LIBS-$(USE_SYSTEM_ZLIB) += libz endif ifeq ($(USE_LLVM_SHLIB),1) -JL_PRIVATE_LIBS-$(USE_SYSTEM_LLVM) += libLLVM libLLVM-9 +JL_PRIVATE_LIBS-$(USE_SYSTEM_LLVM) += libLLVM libLLVM-9jl endif ifeq ($(USE_SYSTEM_LIBM),0)