14 lines
565 B
Diff
14 lines
565 B
Diff
|
diff --git a/swift-tools-support-core/Sources/TSCBasic/CMakeLists.txt b/swift-tools-support-core/Sources/TSCBasic/CMakeLists.txt
|
||
|
index bbc43d98..bc5ee576 100644
|
||
|
--- a/swift-tools-support-core/Sources/TSCBasic/CMakeLists.txt
|
||
|
+++ b/swift-tools-support-core/Sources/TSCBasic/CMakeLists.txt
|
||
|
@@ -53,7 +53,7 @@ target_link_libraries(TSCBasic PUBLIC
|
||
|
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
|
||
|
if(Foundation_FOUND)
|
||
|
target_link_libraries(TSCBasic PUBLIC
|
||
|
- Foundation)
|
||
|
+ Foundation android-spawn)
|
||
|
endif()
|
||
|
endif()
|
||
|
target_link_libraries(TSCBasic PRIVATE
|