Skip to content

Commit eca5c36

Browse files
authored
Merge pull request #83623 from compnerd/interop
build.ps1: enable the C++ interop on Windows
2 parents 62bf8f2 + ce6ac28 commit eca5c36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)