Skip to content

Commit 1c4e738

Browse files
committed
Disables iconv for Android
1 parent a47e28f commit 1c4e738

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ if(WIN32)
5353
add_definitions(-DNO_ICONV)
5454
endif(WIN32)
5555

56+
if(ANDROID)
57+
add_definitions(-DNO_ICONV)
58+
endif()
59+
5660
if(VS_WINRT_COMPONENT)
5761
add_definitions(-DNO_ICONV)
5862
endif(VS_WINRT_COMPONENT)

0 commit comments

Comments
 (0)