1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:27:35 +00:00

Meta: Port recent build changes to gn build

This ports the following commits:
6476dea898
153ae93f9c
45b36bd08a
7870f10aa8
139c575cc9
63d09f6daf
1b3ad1c721
77d32fcb5f
This commit is contained in:
Karol Kosek 2023-09-18 08:20:00 +02:00 committed by Andrew Kaster
parent d168bfabc4
commit 1681d6f721
8 changed files with 11 additions and 2 deletions

View file

@ -9,14 +9,14 @@ emoji_cache = cache_path + "EMOJI/"
if (enable_unicode_database_download) {
download_file("unicode_database_download") {
version = "15.0.0"
version = "15.1.0"
url = "https://www.unicode.org/Public/" + version + "/ucd/UCD.zip"
cache = unicode_cache
output = "UCD.zip"
version_file = "version.txt"
}
download_file("emoji_test_download") {
version = "15.0"
version = "15.1"
url = "https://www.unicode.org/Public/emoji/" + version + "/emoji-test.txt"
cache = emoji_cache
output = "emoji-test.txt"