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:
@@ -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)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user