Disables iconv for Android

This commit is contained in:
Philip Schuchardt 2021-07-06 00:59:30 -04:00
parent a47e28f9bd
commit 1c4e738b91
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ if(WIN32)
add_definitions(-DNO_ICONV)
endif(WIN32)
if(ANDROID)
add_definitions(-DNO_ICONV)
endif()
if(VS_WINRT_COMPONENT)
add_definitions(-DNO_ICONV)
endif(VS_WINRT_COMPONENT)