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