Skip to content

Commit

Permalink
Test adding lib for iconv for all platforms for libzvbi
Browse files Browse the repository at this point in the history
  • Loading branch information
phunkyfish committed Feb 11, 2024
1 parent b9b202e commit ccf5d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/common/libzvbi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})
list(APPEND zvbi_conf CPPFLAGS=-I${CMAKE_INSTALL_PREFIX}/include)
list(APPEND zvbi_conf CFLAGS=-I${CMAKE_INSTALL_PREFIX}/include)
list(APPEND zvbi_conf LDFLAGS=-L${CMAKE_INSTALL_PREFIX}/lib)
if (CORE_SYSTEM_NAME STREQUAL android)
#if (CORE_SYSTEM_NAME STREQUAL android)
list(APPEND zvbi_conf LIBS=-liconv)
endif()
#endif()

include(ExternalProject)
externalproject_add(libzvbi
Expand Down

0 comments on commit ccf5d13

Please sign in to comment.