Newer
Older
minerva / Meta / gn / secondary / Userland / Libraries / LibUnicode / enable_unicode_download.gni
@minerva minerva on 13 Jul 289 bytes Initial commit
declare_args() {
  # If true, download CLDR and UCD files from unicode.org or the unicode
  # consortium's github and use it in LibUnicode and LibLocale.
  # Data will be downloaded to $cache_path/CLDR, $cache_path/UCD
  # and $cache_path/EMOJI
  enable_unicode_database_download = true
}