Skip to content

Commit a2be214

Browse files
authored
Merge pull request #73035 from eeckstein/fix-layout-dependency-5.10
[5.10] CMake: add a missing dependency to fix the bootstrapping build
2 parents 17ca88c + 87d1962 commit a2be214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftCompilerSources/CMakeLists.txt

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

282282
elseif(BOOTSTRAPPING_MODE MATCHES "BOOTSTRAPPING.*")
283283

284-
set(b0_deps swift-frontend-bootstrapping0 symlink-headers-bootstrapping0)
284+
set(b0_deps swift-frontend-bootstrapping0 symlink-headers-bootstrapping0 copy-legacy-layouts)
285285
set(b1_deps swift-frontend-bootstrapping1 symlink-headers-bootstrapping1)
286286
if(BOOTSTRAPPING_MODE STREQUAL "BOOTSTRAPPING")
287287
list(APPEND b0_deps swiftCore-bootstrapping0)

0 commit comments

Comments
 (0)