swiftlang / swift-installer-scripts

Apache License 2.0
67 stars 34 forks source link

ICU: build data library using genccode #292

Closed hyp closed 3 months ago

hyp commented 3 months ago

This lets us build an android data library using windows ICU tools.

The original pkgdata invocation invoked LIB.exe on windows and was building for the windows target. Let's make an assembly file using genccode instead.