1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 16:47:45 +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

@ -4,6 +4,7 @@ group("default") {
deps = [
"//Meta/Lagom/Tools/CodeGenerators/IPCCompiler",
"//Tests",
"//Userland/Libraries/LibTimeZone",
]
testonly = true
}