File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
set (b0_deps ${b0_deps} swiftCore-bootstrapping0 )
38
38
set (b1_deps ${b1_deps} swiftCore-bootstrapping1 )
39
39
if (CMAKE_BUILD_TYPE STREQUAL "Debug" )
40
- set (b0_deps ${b0_deps} swiftOnoneSupport -bootstrapping0 )
41
- set (b1_deps ${b1_deps} swiftOnoneSupport -bootstrapping1 )
40
+ set (b0_deps ${b0_deps} swiftSwiftOnoneSupport -bootstrapping0 )
41
+ set (b1_deps ${b1_deps} swiftSwiftOnoneSupport -bootstrapping1 )
42
42
endif ()
43
43
if (SWIFT_HOST_VARIANT_SDK IN_LIST SWIFT_DARWIN_PLATFORMS )
44
44
set (b0_deps ${b0_deps} swiftDarwin-bootstrapping0 )
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ if(${LIBSWIFT_BUILD_MODE} STREQUAL "BOOTSTRAPPING" AND
56
56
set (b0_deps swiftCore-bootstrapping0 )
57
57
set (b1_deps swiftCore-bootstrapping1 )
58
58
if (CMAKE_BUILD_TYPE STREQUAL "Debug" )
59
- set (b0_deps ${b0_deps} swiftOnoneSupport -bootstrapping0 )
60
- set (b1_deps ${b1_deps} swiftOnoneSupport -bootstrapping1 )
59
+ set (b0_deps ${b0_deps} swiftSwiftOnoneSupport -bootstrapping0 )
60
+ set (b1_deps ${b1_deps} swiftSwiftOnoneSupport -bootstrapping1 )
61
61
endif ()
62
62
63
63
add_swift_target_library_single (swiftDarwin-bootstrapping0 swiftDarwin
You can’t perform that action at this time.
0 commit comments