Skip to content

Commit ddbddab

Browse files
committed
Switch to use static linking for libiconv in CMake
1 parent 271fdc8 commit ddbddab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Release/src/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ if(UNIX)
3737
else()
3838
set(SOURCES ${SOURCES} pplx/linux/pplxlinux.cpp)
3939
endif()
40-
41-
if(ANDROID)
42-
set(EXTRALINKS "${CMAKE_BINARY_DIR}/../libiconv/r9d-9-armeabiv7a/lib/libiconv.so")
43-
endif()
4440
elseif(WIN32)
4541
set(SOURCES
4642
json/json.cpp

0 commit comments

Comments
 (0)