ICU-20658 Fix broken Data Filtering on Windows builds.

This commit is contained in:
Jeff Genovy 2019-06-06 13:15:46 -07:00
parent d01a33e1dc
commit d72aa91429

View File

@ -240,9 +240,9 @@ $(COREDATA_TS):
--tool_dir "$(ICUTOOLS)" \
--tool_cfg "$(CFG)" \
--out_dir "$(ICUBLD_PKG)" \
--tmp_dir "$(ICUTMP)"
--tmp_dir "$(ICUTMP)" \
--filter_file "$(ICU_DATA_FILTER_FILE)" \
$(ICU_DATA_BUILDTOOL_OPTS) \
$(ICU_DATA_BUILDTOOL_OPTS)
@echo "timestamp" > $(COREDATA_TS)