We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc34587 commit e79e6c4Copy full SHA for e79e6c4
Sources/UUID/CMakeLists.txt
@@ -30,5 +30,5 @@ if(NOT BUILD_SHARED_LIBS)
30
install(TARGETS uuid
31
ARCHIVE DESTINATION lib/swift_static/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>
32
LIBRARY DESTINATION lib/swift_static/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>
33
- RUNTIME DESTINATION bin)
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
34
endif()
cmake/modules/SwiftSupport.cmake
@@ -70,7 +70,7 @@ function(_install_target module)
70
install(TARGETS ${module}
71
ARCHIVE DESTINATION lib/${swift}/${swift_os}
72
LIBRARY DESTINATION lib/${swift}/${swift_os}
73
74
if(type STREQUAL EXECUTABLE)
75
return()
76
0 commit comments