Skip to content

Commit ec437fa

Browse files
authored
Merge pull request swiftlang#73000 from eeckstein/fix-layout-dependency
CMake: add a missing dependency to fix the bootstrapping build
2 parents c079082 + 94a94c3 commit ec437fa

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
@@ -304,7 +304,7 @@ else()
304304

305305
elseif(BOOTSTRAPPING_MODE MATCHES "BOOTSTRAPPING.*")
306306

307-
set(b0_deps swift-frontend-bootstrapping0 symlink-headers-bootstrapping0)
307+
set(b0_deps swift-frontend-bootstrapping0 symlink-headers-bootstrapping0 copy-legacy-layouts)
308308
set(b1_deps swift-frontend-bootstrapping1 symlink-headers-bootstrapping1)
309309
if(BOOTSTRAPPING_MODE STREQUAL "BOOTSTRAPPING")
310310
list(APPEND b0_deps swiftCore-bootstrapping0)

0 commit comments

Comments
 (0)