Skip to content

Commit 62bf8f2

Browse files
authored
Merge pull request #83618 from etcwilde/ewilde/fix-freebsd-triple-typeo
FreeBSD: Remove extra '}' in triple
2 parents 4a3ef14 + f009cfa commit 62bf8f2

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)