File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ install(FILES
1414 source .h
1515 time.h
1616 DESTINATION
17- ${CMAKE_INSTALL_FULL_INCLUDEDIR} / dispatch)
17+ " ${CMAKE_INSTALL_LIBDIR} /swift/ dispatch" )
1818if (ENABLE_SWIFT)
1919 get_filename_component (MODULE_MAP module.modulemap REALPATH)
2020 install (FILES
2121 ${MODULE_MAP}
2222 DESTINATION
23- ${CMAKE_INSTALL_FULL_INCLUDEDIR} / dispatch)
23+ " ${CMAKE_INSTALL_LIBDIR} /swift/ dispatch" )
2424endif ()
2525
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ install(FILES
66 object.h
77 linux_base.h
88 DESTINATION
9- "${CMAKE_INSTALL_FULL_INCLUDEDIR} /os" )
9+ "${CMAKE_INSTALL_LIBDIR} /swift /os" )
1010
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ add_custom_command(TARGET dispatch POST_BUILD
202202install (TARGETS
203203 dispatch
204204 DESTINATION
205- "${CMAKE_INSTALL_LIBDIR} " )
205+ "${CMAKE_INSTALL_LIBDIR} /swift/ ${SWIFT_OS} " )
206206if (ENABLE_SWIFT)
207207 install (FILES
208208 ${CMAKE_CURRENT_BINARY_DIR} /swift/Dispatch.swiftmodule
You can’t perform that action at this time.
0 commit comments