From 7f9ab7dfce016f38b856cdedf93aa7fed190cb84 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 16 Dec 2021 18:25:59 -0800 Subject: [PATCH] ICU should be in deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c2145faea..bd1b2a1051 100644 --- a/Makefile +++ b/Makefile @@ -246,7 +246,7 @@ ICU_FLAGS := # TODO: find a way to make this more resilient # Ideally, we could just look up the linker search paths -LIB_ICU_PATH ?= /usr/lib/x86_64-linux-gnu +LIB_ICU_PATH ?= $(DEPS_DIR) ifeq ($(OS_NAME),linux) ICU_FLAGS += $(LIB_ICU_PATH)/libicuuc.a $(LIB_ICU_PATH)/libicudata.a $(LIB_ICU_PATH)/libicui18n.a