mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
Meta: Port recent changes to GN build
80071b1d48face038a60b98fc8c3414de1cb9633 3f6a26d07d1536eb5e4e39eedfd4e0135eabf536
This commit is contained in:
parent
f19349e1b6
commit
392d9d080d
Notes:
sideshowbarker
2024-07-17 08:59:18 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/392d9d080d Pull-request: https://github.com/SerenityOS/serenity/pull/21960 Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@ shared_library("LibJS") {
|
|||
"//Userland/Libraries/LibLocale",
|
||||
"//Userland/Libraries/LibRegex",
|
||||
"//Userland/Libraries/LibSyntax",
|
||||
"//Userland/Libraries/LibTimeZone",
|
||||
"//Userland/Libraries/LibUnicode",
|
||||
]
|
||||
if (current_cpu == "x86" || current_cpu == "x64") {
|
||||
|
|
|
@ -69,6 +69,8 @@ source_set("LibTimeZone") {
|
|||
"$target_gen_dir/..",
|
||||
]
|
||||
sources = [
|
||||
"DateTime.cpp",
|
||||
"DateTime.h",
|
||||
"Forward.h",
|
||||
"TimeZone.cpp",
|
||||
"TimeZone.h",
|
||||
|
|
Loading…
Add table
Reference in a new issue