Skip to content

Commit e7e2dc1

Browse files
authored
Merge pull request swiftlang#83462 from compnerd/sdk
build.ps1: be more explicit about SwiftSDK for `Differentiation`
2 parents e3d381b + 19d5c64 commit e7e2dc1

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
@@ -2602,6 +2602,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
26022602
-InstallTo "${SDKRoot}\usr" `
26032603
-Platform $Platform `
26042604
-UseBuiltCompilers C,CXX,Swift `
2605+
-SwiftSDK $null `
26052606
-UseGNUDriver `
26062607
-Defines @{
26072608
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };

0 commit comments

Comments
 (0)