| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent eaf7052 commit e180413
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1654,7 +1654,7 @@ def icu_download(path): | |||
| 1654 | 1654 | o['variables']['icu_small'] = b(True) | |
| 1655 | 1655 | locs = set(options.with_icu_locales.split(',')) | |
| 1656 | 1656 | locs.add('root') # must have root | |
| 1657 | - o['variables']['icu_locales'] = ','.join(str(loc) for loc in locs) | ||
| 1657 | + o['variables']['icu_locales'] = ','.join(str(loc) for loc in sorted(locs)) | ||
| 1658 | 1658 | # We will check a bit later if we can use the canned deps/icu-small | |
| 1659 | 1659 | o['variables']['icu_default_data'] = options.with_icu_default_data_dir or '' | |
| 1660 | 1660 | elif with_intl == 'full-icu': | |
| Back | FazBrowse Home | New Git URL |
0 commit comments