mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:27:34 +00:00
Meta: Add file download and archive extraction tools to gn build
Use them to download and extract the TZDB files
This commit is contained in:
parent
05f56e09b5
commit
0e24bfb464
7 changed files with 367 additions and 2 deletions
4
Meta/gn/build/download_cache.gni
Normal file
4
Meta/gn/build/download_cache.gni
Normal file
|
@ -0,0 +1,4 @@
|
|||
declare_args() {
|
||||
# Location of shared cache of downloaded files
|
||||
cache_path = "$root_gen_dir/Cache/"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue