Merge pull request #10853 from lat9nq/update_tzdb_to_nx

externals: Update tzdb_to_nx
This commit is contained in:
bunnei 2023-06-20 10:42:54 -07:00 committed by GitHub
commit a67bdeb2c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ add_library(nx_tzdb INTERFACE)
find_program(GIT git)
find_program(GNU_MAKE make)
find_program(GNU_DATE date)
find_program(DATE_PROG date)
set(CAN_BUILD_NX_TZDB true)
@ -17,7 +17,7 @@ endif()
if (NOT GNU_MAKE)
set(CAN_BUILD_NX_TZDB false)
endif()
if (NOT GNU_DATE)
if (NOT DATE_PROG)
set(CAN_BUILD_NX_TZDB false)
endif()
if (CMAKE_SYSTEM_NAME STREQUAL "Windows" OR ANDROID)

@ -1 +1 @@
Subproject commit 34df65eff295c2bd9ee9e6a077d662486d5cabb3
Subproject commit 8c272f21d19c6e821345fd055f41b9640f9189d0