Skip to content

Commit ffe9794

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents c08ba77 + eca5c36 commit ffe9794

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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")

utils/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,6 +2577,8 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
25772577
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
25782578

25792579
SwiftCore_DIR = "${RuntimeBinaryCache}\cmake\SwiftCore";
2580+
2581+
SwiftOverlay_ENABLE_CXX_INTEROP = "YES";
25802582
}
25812583

25822584
Build-CMakeProject `

0 commit comments

Comments
 (0)