From 60533c0e155520623008b8afabef71c1e1a8adee Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Fri, 22 Oct 2021 13:08:52 +0200 Subject: [PATCH] remove libicutu from icu build feature This is an internal ICU library, used by their command line tools only. libbe (or anything in Haiku sources) does not need to link to it. Change-Id: Id322572c6833c225d5501a7e9520dd3dc82934f8 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4634 Reviewed-by: waddlesplash --- build/jam/BuildFeatures | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures index 62255573ab..da40f8035b 100644 --- a/build/jam/BuildFeatures +++ b/build/jam/BuildFeatures @@ -104,7 +104,6 @@ if [ IsPackageAvailable icu_devel ] { $(developLibDir)/libicudata.so $(developLibDir)/libicui18n.so $(developLibDir)/libicuio.so - $(developLibDir)/libicutu.so $(developLibDir)/libicuuc.so headers: $(developHeadersDir) ; @@ -120,7 +119,6 @@ if [ IsPackageAvailable icu_devel ] { $(developLibDir)/libicudata.so $(developLibDir)/libicui18n.so $(developLibDir)/libicuio.so - $(developLibDir)/libicutu.so $(developLibDir)/libicuuc.so headers: $(developHeadersDir) ;