mirror of https://github.com/status-im/qzxing.git
Disables iconv for Android
This commit is contained in:
parent
a47e28f9bd
commit
1c4e738b91
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue