ladybird/Meta/gn/build/download_cache.gni
Andrew Kaster 0e24bfb464 Meta: Add file download and archive extraction tools to gn build
Use them to download and extract the TZDB files
2023-07-09 16:22:58 -06:00

4 lines
106 B
Text

declare_args() {
# Location of shared cache of downloaded files
cache_path = "$root_gen_dir/Cache/"
}