Files
openttd-android/cmake
Miguel Horta 449c173c9f fix: fix FindICU both for Android and native
FindICU when used natively (i.e. without Android.cmake, compilation for
pc) uses PkgConfig. Old code would only check the first depedency
returned by PkgConfig as ${PC_ICU_${MOD_NAME}_LIBRARY} would already be
set for the remaing cycles, and no new find_library would be performed.
This resulted in libicui18n being included thrice, but depedencies uc
and data being ommited.
2024-04-07 13:31:10 +01:00
..
2024-04-04 14:58:06 +01:00
2023-04-16 18:58:21 +02:00
2023-04-16 18:58:21 +02:00
2024-04-04 14:58:06 +01:00