Skip to content

Commit 72dfba4

Browse files
authored
Merge pull request #21659 from compnerd/basketcase
2 parents bbfc064 + 10359d1 commit 72dfba4

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
@@ -907,7 +907,7 @@ if(SWIFT_NEED_EXPLICIT_LIBDISPATCH)
907907
message(SEND_ERROR "libdispatch requires a newer clang compiler (${CMAKE_C_COMPILER_VERSION} < 3.9)")
908908
endif()
909909

910-
if(SWIFT_HOST_VARIANT_SDK STREQUAL Windows)
910+
if(SWIFT_HOST_VARIANT_SDK STREQUAL WINDOWS)
911911
set(SOURCEKIT_LIBDISPATCH_RUNTIME_DIR bin)
912912
else()
913913
set(SOURCEKIT_LIBDISPATCH_RUNTIME_DIR lib)

0 commit comments

Comments
 (0)