File tree 2 files changed +2
-1
lines changed
Sources/PackageDescription
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ foreach(PACKAGE_DESCRIPTION_VERSION 4 4_2)
57
57
if (CMAKE_HOST_SYSTEM_NAME STREQUAL Darwin)
58
58
install (FILES
59
59
${CMAKE_BINARY_DIR} /pm/${PACKAGE_DESCRIPTION_VERSION} /PackageDescription.swiftinterface
60
+ ${CMAKE_BINARY_DIR} /pm/${PACKAGE_DESCRIPTION_VERSION} /PackageDescription.swiftdoc
60
61
DESTINATION lib/swift/pm/${PACKAGE_DESCRIPTION_VERSION}
61
62
)
62
63
else ()
Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ def install_swiftpm(prefix, args):
389
389
files_to_install .append ("PackageDescription.swiftinterface" )
390
390
else :
391
391
files_to_install .append ("PackageDescription.swiftmodule" )
392
- files_to_install .append ("PackageDescription.swiftdoc" )
392
+ files_to_install .append ("PackageDescription.swiftdoc" )
393
393
394
394
for file in files_to_install :
395
395
src = os .path .join (runtime_lib_src , runtime , file )
You can’t perform that action at this time.
0 commit comments