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 6ec4fc8 commit 4cd46d9Copy full SHA for 4cd46d9
cmake/modules/SwiftSource.cmake
@@ -351,7 +351,8 @@ function(_compile_swift_files
351
swift_install_in_component(DIRECTORY "${specific_module_dir}"
352
DESTINATION "lib${LLVM_LIBDIR_SUFFIX}/swift/${library_subdir}"
353
COMPONENT "${SWIFTFILE_INSTALL_IN_COMPONENT}"
354
- OPTIONAL)
+ OPTIONAL
355
+ PATTERN "Private" EXCLUDE)
356
else()
357
swift_install_in_component(FILES ${module_outputs}
358
0 commit comments