This library contains code that extends and simplifies different operations
for C language based programs.
Revision | 8c8c8d3c57965ebcbd9c996efc0ca3bf81aff11a (tree) |
---|---|
Zeit | 2022-10-05 12:44:46 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
Restored android ndk build
@@ -129,8 +129,10 @@ | ||
129 | 129 | ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU") OR |
130 | 130 | ("${CMAKE_C_COMPILER_ID}" STREQUAL "Intel")) |
131 | 131 | |
132 | - include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_tools/tools/link_public.cmake) | |
133 | - target_link_libraries(${PROJECT_NAME} ${CMT_LINK_PUBLIC} iberty) | |
132 | + if (NOT ANDROID) | |
133 | + include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_tools/tools/link_public.cmake) | |
134 | + target_link_libraries(${PROJECT_NAME} ${CMT_LINK_PUBLIC} iberty) | |
135 | + endif() | |
134 | 136 | endif() |
135 | 137 | |
136 | 138 | #if (CT_STACK_WALK_UNWIND) |