Skip to content

Commit

Permalink
Merge pull request #536 from ilonatommy/remove-hybrid-globalization-a…
Browse files Browse the repository at this point in the history
…rtifact
  • Loading branch information
akoeplinger authored Dec 11, 2024
2 parents 9c8672e + 469d08e commit 9bd44b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 281 deletions.
4 changes: 2 additions & 2 deletions eng/icu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ endef

ifeq ($(TARGET_ARCHITECTURE),wasm)
$(eval $(call TargetBuildTemplate,icudt_wasm,icudt))
$(eval $(call TargetBuildTemplate,icudt_hg_browser,icudt_hybrid))
else
$(eval $(call TargetBuildTemplate,icudt_mobile,icudt))
$(eval $(call TargetBuildTemplate,icudt_hg_mobile,icudt_hybrid))
ADDITIONAL_TARGETS += data-icudt_hybrid
endif
$(eval $(call TargetBuildTemplate,icudt_CJK,icudt_CJK))
$(eval $(call TargetBuildTemplate,icudt_no_CJK,icudt_no_CJK))
$(eval $(call TargetBuildTemplate,icudt_EFIGS,icudt_EFIGS))

# build source+data for the main "icudt" filter and only data for the other filters
all: lib-icudt data-icudt data-icudt_no_CJK data-icudt_EFIGS data-icudt_CJK data-icudt_hybrid
all: lib-icudt data-icudt data-icudt_no_CJK data-icudt_EFIGS data-icudt_CJK $(ADDITIONAL_TARGETS)
279 changes: 0 additions & 279 deletions icu-filters/icudt_hg_browser.json

This file was deleted.

0 comments on commit 9bd44b8

Please sign in to comment.