aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-16 18:25:59 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-16 18:25:59 -0800
commit7f9ab7dfce016f38b856cdedf93aa7fed190cb84 (patch)
treeba03d6a3114239ccf3576ce0b91b9afd6dfb2c52
parentf9d87f28f6b22962e98abc641b294f0bd95f1f4b (diff)
downloadbun-7f9ab7dfce016f38b856cdedf93aa7fed190cb84.tar.gz
bun-7f9ab7dfce016f38b856cdedf93aa7fed190cb84.tar.zst
bun-7f9ab7dfce016f38b856cdedf93aa7fed190cb84.zip
ICU should be in deps
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c2145fae..bd1b2a105 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