Skip to content

Commit 1609088

Browse files
authored
Merge pull request swiftlang#33067 from Ktwu/fix-stdlib
Fix stdlib builds
2 parents 40d7369 + b89a119 commit 1609088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,9 +1111,9 @@ if(SWIFT_INCLUDE_TOOLS)
11111111
# Refer to the large comment above the add_subdirectory(stdlib) call.
11121112
# https://bugs.swift.org/browse/SR-5975
11131113
add_subdirectory(tools)
1114-
endif()
11151114

1116-
add_subdirectory(localization)
1115+
add_subdirectory(localization)
1116+
endif()
11171117

11181118
add_subdirectory(utils)
11191119

0 commit comments

Comments
 (0)