Skip to content

Commit f009cfa

Browse files
committed
FreeBSD: Remove extra '}' in triple
Accidentally included an extra closing brace in the FreeBSD triple.
1 parent 8f3341e commit f009cfa

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
@@ -440,7 +440,7 @@ macro(configure_sdk_unix name architectures)
440440
string(REGEX REPLACE "[-].*" "" freebsd_system_version ${CMAKE_SYSTEM_VERSION})
441441
message(STATUS "FreeBSD Version: ${freebsd_system_version}")
442442

443-
set(SWIFT_SDK_FREEBSD_ARCH_${arch}_TRIPLE "${arch}-unknown-freebsd${freebsd_system_version}}")
443+
set(SWIFT_SDK_FREEBSD_ARCH_${arch}_TRIPLE "${arch}-unknown-freebsd${freebsd_system_version}")
444444
set(SWIFT_SDK_FREEBSD_ARCH_${arch}_MODULE "${arch}-unknown-freebsd")
445445
elseif("${prefix}" STREQUAL "OPENBSD")
446446
if(NOT arch STREQUAL "x86_64" AND NOT arch STREQUAL "aarch64")

0 commit comments

Comments
 (0)