Skip to content

Commit 653eda7

Browse files
authored
Merge pull request #5096 from modocache/stdlib-stubs-cmake-fix-object-library-link
[stubs] Prevent CMake from linking with object lib
2 parents db40213 + 49248a4 commit 653eda7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/stubs/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ add_swift_library(swiftStdlibStubs OBJECT_LIBRARY TARGET_LIBRARY
3434
${swift_stubs_unicode_normalization_sources}
3535
C_COMPILE_FLAGS ${swift_stubs_c_compile_flags}
3636
LINK_FLAGS ${SWIFT_RUNTIME_CORE_LINK_FLAGS}
37-
LINK_LIBRARIES ${ICU_UC_LIBRARY} ${ICU_I18N_LIBRARY}
3837
TARGET_SDKS ANDROID CYGWIN FREEBSD LINUX
3938
INSTALL_IN_COMPONENT stdlib)
4039

0 commit comments

Comments
 (0)