cmake: Add option to always download time zone data

This commit is contained in:
lat9nq 2023-06-16 04:32:31 -04:00
parent b23c358e3d
commit e9701a3cda
2 changed files with 6 additions and 3 deletions

View file

@ -59,6 +59,8 @@ option(YUZU_CHECK_SUBMODULES "Check if submodules are present" ON)
option(YUZU_ENABLE_LTO "Enable link-time optimization" OFF)
option(YUZU_DOWNLOAD_TIME_ZONE_DATA "Always download time zone binaries" OFF)
CMAKE_DEPENDENT_OPTION(YUZU_USE_FASTER_LD "Check if a faster linker is available" ON "NOT WIN32" OFF)
# On Android, fetch and compile libcxx before doing anything else