Skip to content

Commit 50871f9

Browse files
committed
Get Android building
1 parent 4f6489f commit 50871f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtimes/Core/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ endif()
321321

322322
if(WIN32)
323323
target_link_libraries(swiftCore PRIVATE shell32 DbgHelp Synchronization)
324-
elseif(NOT APPLE AND NOT LINUX AND UNIX)
324+
elseif(NOT APPLE AND NOT LINUX AND NOT ANDROID AND UNIX)
325325
find_library(EXECINFO_LIBRARY execinfo)
326326
target_link_libraries(swiftCore PRIVATE "${EXECINFO_LIBRARY}")
327327
endif()

0 commit comments

Comments
 (0)