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 <[email protected]>
This commit is contained in:
PulkoMandy
2021-10-22 13:59:19 +00:00
committed by waddlesplash
parent 375c212924
commit 60533c0e15
-2
View File
@@ -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)
;