OpenMW / openmw-deps-build

Apache License 2.0
0 stars 3 forks source link

Avoid crud in tools directory #7

Open AnyOldName3 opened 1 month ago

AnyOldName3 commented 1 month ago

Some of the packages we use, in particular Boost and ICU, install large things we don't want in the tools directory. Hopefully, the archive could be a chunk smaller without it, especially once extracted.

AnyOldName3 commented 1 month ago

It looks like we're explicitly requesting the ICU tools by installing icu instead of icu[core], so if we don't need those tools, that should be an easy fix.