mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 09:45:07 +00:00

A lot of code gen happening here. These generators are kind of awkward to work with, and the fact that the CLDR data download extracts over 8,000 files makes it hard to fit into the explicit patterns GN expects of us.
7 lines
289 B
Text
7 lines
289 B
Text
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
|
|
}
|