Skip to content

Commit 9c755e0

Browse files
authored
Merge pull request #21529 from coypoop/master
Fix typo regarding supported FreeBSD architectures
2 parents ff9dcfd + bc236c9 commit 9c755e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/SwiftConfigureSDK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ macro(configure_sdk_unix name architectures)
212212
message(FATAL_ERROR "unknown arch for ${prefix}: ${arch}")
213213
endif()
214214
elseif("${prefix}" STREQUAL "FREEBSD")
215-
if(arch STREQUAL x86_64)
215+
if(NOT arch STREQUAL x86_64)
216216
message(FATAL_ERROR "unsupported arch for FreeBSD: ${arch}")
217217
endif()
218218

0 commit comments

Comments
 (0)