1
Fork 0
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:
Andrew Kaster 2023-05-05 12:29:40 -06:00 committed by Andrew Kaster
parent 05f56e09b5
commit 0e24bfb464
7 changed files with 367 additions and 2 deletions

View file

@ -0,0 +1,4 @@
declare_args() {
# Location of shared cache of downloaded files
cache_path = "$root_gen_dir/Cache/"
}