remove woodpecker config

static libc++ on android
This commit is contained in:
Czarek Nakamoto
2024-06-27 07:40:32 +02:00
parent 1829cb8feb
commit b2ac946c43
3 changed files with 7 additions and 141 deletions
+7 -1
View File
@@ -328,7 +328,13 @@ elseif(${HOST_ABI} STREQUAL "host-apple-ios")
set(EXTRA_LIBS_APPLE "-framework IOKit" "-framework CoreFoundation" iconv )
endif()
# target_compile_options(wallet2_api_c PRIVATE -static-libstdc++)
if (${HOST_ABI} STREQUAL "x86_64-linux-android" OR
${HOST_ABI} STREQUAL "i686-linux-android" OR
${HOST_ABI} STREQUAL "aarch64-linux-android" OR
${HOST_ABI} STREQUAL "armv7a-linux-androideabi")
add_link_options(wallet2_api_c PRIVATE -static-libstdc++)
endif()
if(${HOST_ABI} STREQUAL "x86_64-w64-mingw32" OR ${HOST_ABI} STREQUAL "i686-w64-mingw32")
set_target_properties(wallet2_api_c PROPERTIES SUFFIX ".dll")