mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:47:35 +00:00
LibUnicode: Use LibTimeZone's list of time zone names
LibUnicode no longer needs to generate a list of time zone names that it parsed from metaZones.json. We can defer to the TZDB for a golden list of time zones.
This commit is contained in:
parent
ca9123f66f
commit
498b741434
7 changed files with 27 additions and 28 deletions
|
@ -4,7 +4,7 @@ if (DEFINED UNICODE_DATA_SOURCES)
|
|||
set(SOURCES ${UNICODE_DATA_SOURCES})
|
||||
serenity_lib(LibUnicodeData unicodedata)
|
||||
target_compile_options(LibUnicodeData PRIVATE -g0 -Os)
|
||||
target_link_libraries(LibUnicodeData LibCore)
|
||||
target_link_libraries(LibUnicodeData LibCore LibTimeZone)
|
||||
endif()
|
||||
|
||||
set(SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue