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.
2 parents 17ca88c + 87d1962 commit a2be214Copy full SHA for a2be214
SwiftCompilerSources/CMakeLists.txt
@@ -281,7 +281,7 @@ else()
281
282
elseif(BOOTSTRAPPING_MODE MATCHES "BOOTSTRAPPING.*")
283
284
- set(b0_deps swift-frontend-bootstrapping0 symlink-headers-bootstrapping0)
+ set(b0_deps swift-frontend-bootstrapping0 symlink-headers-bootstrapping0 copy-legacy-layouts)
285
set(b1_deps swift-frontend-bootstrapping1 symlink-headers-bootstrapping1)
286
if(BOOTSTRAPPING_MODE STREQUAL "BOOTSTRAPPING")
287
list(APPEND b0_deps swiftCore-bootstrapping0)
0 commit comments