Skip to content

Commit 49248a4

Browse files
committed
[stubs] Prevent CMake from linking with object lib
Attempting to link against an object library results in a CMake error. Prevent such an error by removing a line I mistakenly added in b86125a.
1 parent 0add4b9 commit 49248a4

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)