Skip to content

Commit c7cfef1

Browse files
authored
Merge pull request swiftlang#15125 from gottesmm/pr-63237292fe9810b82e7351497e8aa1445ddb6b3c
Fix obvious typo. SWIFT_BULID_STDLIB => SWIFT_BUILD_STDLIB.
2 parents 912e08b + ff48740 commit c7cfef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ message(STATUS " LTO: ${SWIFT_TOOLS_ENABLE_LTO}")
828828
message(STATUS " +0 Normal Args: ${SWIFT_ENABLE_GUARANTEED_NORMAL_ARGUMENTS}")
829829
message(STATUS "")
830830

831-
if (SWIFT_BULID_STDLIB OR SWIFT_BUILD_SDK_OVERLAY)
831+
if (SWIFT_BUILD_STDLIB OR SWIFT_BUILD_SDK_OVERLAY)
832832

833833
message(STATUS "Building Swift standard library and overlays for SDKs: ${SWIFT_SDKS}")
834834
message(STATUS " Build type: ${SWIFT_STDLIB_BUILD_TYPE}")

0 commit comments

Comments
 (0)