1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

[cmake][launcher] innoextract: disable libiconv

on Android it finds it in the toolchain but that one is usable only since API level 28
This commit is contained in:
Andrey Filipenkov
2025-08-17 11:25:57 +03:00
parent 5028af75cf
commit 5e2355dde2

View File

@@ -1,4 +1,6 @@
if(ENABLE_INNOEXTRACT)
# libiconv not required for our use case
set(WITH_CONV "builtin" CACHE STRING "" FORCE)
add_subdirectory("lib/innoextract")
endif()