Skip to content

Commit 6313748

Browse files
authored
Merge pull request swiftlang#39405 from Bo98/copy_shim_headers-all
[build] Add copy_shim_headers to all target
2 parents 5a0bbb9 + f569eee commit 6313748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SwiftShims/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ endforeach()
7070
# Put the output dir itself last so that it isn't considered the primary output.
7171
list(APPEND outputs "${output_dir}")
7272

73-
add_custom_target("copy_shim_headers"
73+
add_custom_target("copy_shim_headers" ALL
7474
DEPENDS "${outputs}"
7575
COMMENT "Copying SwiftShims module to ${output_dir}")
7676

0 commit comments

Comments
 (0)