Skip to content

Commit cc997dd

Browse files
committed
SR-6084: libdispatch.so missing from snapshot builds
Adjust install path for libdispatch in CMakelists.txt
1 parent 141403a commit cc997dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ add_custom_command(TARGET dispatch POST_BUILD
202202
install(TARGETS
203203
dispatch
204204
DESTINATION
205-
"${CMAKE_INSTALL_FULL_LIBDIR}")
205+
"${CMAKE_INSTALL_LIBDIR}")
206206
if(ENABLE_SWIFT)
207207
install(FILES
208208
${CMAKE_CURRENT_BINARY_DIR}/swift/Dispatch.swiftmodule
209209
${CMAKE_CURRENT_BINARY_DIR}/swift/Dispatch.swiftdoc
210210
DESTINATION
211-
"${CMAKE_INSTALL_FULL_LIBDIR}/swift/${SWIFT_OS}/${CMAKE_SYSTEM_PROCESSOR}")
211+
"${CMAKE_INSTALL_LIBDIR}/swift/${SWIFT_OS}/${CMAKE_SYSTEM_PROCESSOR}")
212212
endif()
213213

0 commit comments

Comments
 (0)