commit | c6d2de5222812d5b1cd3c830bef1a0c22446140a | [log] [tgz] |
---|---|---|
author | Jeff Genovy <29107334+jefgen@users.noreply.github.com> | Wed Oct 09 18:49:44 2019 -0700 |
committer | Jeff Genovy <29107334+jefgen@users.noreply.github.com> | Fri Oct 11 11:41:55 2019 -0700 |
tree | 8afd241785416dfd38c186d0efcc1a971e18069e | |
parent | 2baf0a75b0647e2f29143a7d5de8e95ce55afd38 [diff] |
ICU-20859 ICU4C: Python data build uses wrong value for tool_cfg
diff --git a/icu4c/source/data/makedata.mak b/icu4c/source/data/makedata.mak index 951f76f..5bf3619 100644 --- a/icu4c/source/data/makedata.mak +++ b/icu4c/source/data/makedata.mak
@@ -270,7 +270,7 @@ --mode windows-exec \ --src_dir "$(ICUSRCDATA)" \ --tool_dir "$(ICUTOOLS)" \ - --tool_cfg "$(CFG)" \ + --tool_cfg "$(CFGTOOLS)" \ --out_dir "$(ICUBLD_PKG)" \ --tmp_dir "$(ICUTMP)" \ --filter_file "$(ICU_DATA_FILTER_FILE)" \