We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6489f commit 50871f9Copy full SHA for 50871f9
Runtimes/Core/core/CMakeLists.txt
@@ -321,7 +321,7 @@ endif()
321
322
if(WIN32)
323
target_link_libraries(swiftCore PRIVATE shell32 DbgHelp Synchronization)
324
-elseif(NOT APPLE AND NOT LINUX AND UNIX)
+elseif(NOT APPLE AND NOT LINUX AND NOT ANDROID AND UNIX)
325
find_library(EXECINFO_LIBRARY execinfo)
326
target_link_libraries(swiftCore PRIVATE "${EXECINFO_LIBRARY}")
327
endif()
0 commit comments