We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8a1649 + bab2e67 commit f387219Copy full SHA for f387219
Runtimes/Core/runtime/CMakeLists.txt
@@ -165,7 +165,7 @@ if("${SwiftCore_OBJECT_FORMAT}" STREQUAL "elfx")
165
# https://github.com/swiftlang/swift-driver/blob/f66e33575150cc778289b5f573218c7a0c70bab6/Sources/SwiftDriver/Jobs/GenericUnixToolchain%2BLinkerSupport.swift#L186
166
install(FILES $<TARGET_OBJECTS:swiftrt>
167
COMPONENT SwiftCore_runtime
168
- DESTINATION "${CMAKE_INSTALL_LIBDIR}/swift$<BOOL:${BUILD_SHARED_LIBS}>:_static>/${SwiftCore_PLATFORM_SUBDIR}/${SwiftCore_ARCH_SUBDIR}"
+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/swift$<$<BOOL:${BUILD_SHARED_LIBS}>:_static>/${SwiftCore_PLATFORM_SUBDIR}/${SwiftCore_ARCH_SUBDIR}"
169
RENAME swiftrt.o)
170
elseif("${SwiftCore_OBJECT_FORMAT}" STREQUAL "coffx")
171
add_library(swiftrtT OBJECT SwiftRT-COFF.cpp)
0 commit comments