Skip to content

Commit bc236c9

Browse files
committed
Fix typo regarding supported FreeBSD architectures
1 parent 1d2290c commit bc236c9

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)