Skip to content

Commit

Permalink
[Android] Remove unused linker flag
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluismarti committed Aug 29, 2023
1 parent d1241fe commit eb792ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wvdecrypter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if(NOT BENTO4_FOUND)
endif()

if(CORE_SYSTEM_NAME STREQUAL android)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,--no-undefined")
include_directories (
${BENTO4_INCLUDE_DIRS}
jni/jutils
Expand Down

0 comments on commit eb792ab

Please sign in to comment.