Skip to content

Commit

Permalink
check cmakelists
Browse files Browse the repository at this point in the history
phunkyfish committed Aug 14, 2024
1 parent 2152ade commit 31138c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions depends/common/libzvbi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -5,11 +5,7 @@ cmake_minimum_required(VERSION 3.5)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})

list(APPEND zvbi_conf CPPFLAGS=-I${CMAKE_INSTALL_PREFIX}/include)
if (CORE_SYSTEM_NAME STREQUAL android)
list(APPEND zvbi_conf CFLAGS="-I${CMAKE_INSTALL_PREFIX}/include -Wno-implicit-function-declaration")
else()
list(APPEND zvbi_conf CFLAGS=-I${CMAKE_INSTALL_PREFIX}/include)
endif()
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)
list(APPEND zvbi_conf LIBS=-liconv)

0 comments on commit 31138c7

Please sign in to comment.