We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6da200f + 54ca896 commit 61cb1a9Copy full SHA for 61cb1a9
utils/build.ps1
@@ -3618,7 +3618,7 @@ function Build-IndexStoreDB([Hashtable] $Platform) {
3618
-Bin (Get-ProjectBinaryCache $Platform IndexStoreDB) `
3619
-Platform $Platform `
3620
-UseBuiltCompilers C,CXX,Swift `
3621
- -SwiftSDK (Get-SwiftSDK $Platform.OS) `
+ -SwiftSDK $SDKROOT `
3622
-BuildTargets default `
3623
-Defines @{
3624
BUILD_SHARED_LIBS = "NO";
@@ -3800,7 +3800,7 @@ function Build-Inspect([Hashtable] $Platform) {
3800
-InstallTo $InstallPath `
3801
3802
3803
3804
3805
CMAKE_Swift_FLAGS = @(
3806
"-Xcc", "-I$SDKROOT\usr\include",
0 commit comments