mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 19:26:13 +01:00
430fc0e90c
At least this should fix other platform builds to the point they worked before. The ICU_DEVEL zip name assign was moved inside the if block, making it empty for other archs, and ExtractArchive was of course having issues with this. So I moved the rest inside the if block as well. Should fix at least kernel builds.