Skip to content

Commit 544f2cd

Browse files
committed
build.ps1: be more explicit about SwiftSDK for Differentiation
Ensure that we indicate that we are not using a Swift SDK when building this module as part of the SDK.
1 parent ff7d17f commit 544f2cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2614,6 +2614,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
26142614
-InstallTo "${SDKRoot}\usr" `
26152615
-Platform $Platform `
26162616
-UseBuiltCompilers C,CXX,Swift `
2617+
-SwiftSDK $null `
26172618
-UseGNUDriver `
26182619
-Defines @{
26192620
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };

0 commit comments

Comments
 (0)