Skip to content

Commit f569eee

Browse files
committed
[build] Add copy_shim_headers to all target
1 parent 22c2889 commit f569eee

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
@@ -69,7 +69,7 @@ endforeach()
6969
# Put the output dir itself last so that it isn't considered the primary output.
7070
list(APPEND outputs "${output_dir}")
7171

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

0 commit comments

Comments
 (0)