Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 46ff6d7

Browse files
authored
Revert "build: correct the install rule for swiftdocs (#1137)" (#1144)
This reverts commit dba28a9.
1 parent 619d3c0 commit 46ff6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ if(ENABLE_SWIFT_NUMERICS)
281281

282282
if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
283283
install(FILES $<TARGET_PROPERTY:${module},INTERFACE_INCLUDE_DIRECTORIES>/${module}.swiftdoc
284-
DESTINATION lib/swift/${swift_os}/${module}.swiftdoc
284+
DESTINATION lib/swift/${swift_os}/${module}.swiftmodule
285285
RENAME ${swift_arch}.swiftdoc)
286286
install(FILES $<TARGET_PROPERTY:${module},INTERFACE_INCLUDE_DIRECTORIES>/${module}.swiftmodule
287287
DESTINATION lib/swift/${swift_os}/${module}.swiftmodule

0 commit comments

Comments
 (0)