@@ -2515,7 +2515,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
2515
2515
Build-CMakeProject `
2516
2516
- Src $SourceCache \swift\Runtimes\Core `
2517
2517
- Bin $RuntimeBinaryCache `
2518
- - InstallTo " ${SDKROOT } \usr" `
2518
+ - InstallTo " ${SDKRoot } \usr" `
2519
2519
- Platform $Platform `
2520
2520
- UseBuiltCompilers C, CXX, Swift `
2521
2521
- UseGNUDriver `
@@ -2543,7 +2543,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
2543
2543
Build-CMakeProject `
2544
2544
- Src $SourceCache \swift\Runtimes\Overlay `
2545
2545
- Bin $OverlayBinaryCache `
2546
- - InstallTo " ${SDKROOT } \usr" `
2546
+ - InstallTo " ${SDKRoot } \usr" `
2547
2547
- Platform $Platform `
2548
2548
- UseBuiltCompilers C, CXX, Swift `
2549
2549
- UseGNUDriver `
@@ -2561,7 +2561,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
2561
2561
Build-CMakeProject `
2562
2562
- Src $SourceCache \swift\Runtimes\Supplemental\StringProcessing `
2563
2563
- Bin $StringProcessingBinaryCache `
2564
- - InstallTo " ${SDKROOT } \usr" `
2564
+ - InstallTo " ${SDKRoot } \usr" `
2565
2565
- Platform $Platform `
2566
2566
- UseBuiltCompilers C, Swift `
2567
2567
- UseGNUDriver `
@@ -2579,7 +2579,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
2579
2579
Build-CMakeProject `
2580
2580
- Src $SourceCache \swift\Runtimes\Supplemental\Synchronization `
2581
2581
- Bin $SynchronizationBinaryCache `
2582
- - InstallTo " ${SDKROOT } \usr" `
2582
+ - InstallTo " ${SDKRoot } \usr" `
2583
2583
- Platform $Platform `
2584
2584
- UseBuiltCompilers C, Swift `
2585
2585
- UseGNUDriver `
@@ -2598,7 +2598,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
2598
2598
Build-CMakeProject `
2599
2599
- Src $SourceCache \swift\Runtimes\Supplemental\Distributed `
2600
2600
- Bin $DistributedBinaryCache `
2601
- - InstallTo " ${SDKROOT } \usr" `
2601
+ - InstallTo " ${SDKRoot } \usr" `
2602
2602
- Platform $Platform `
2603
2603
- UseBuiltCompilers C, CXX, Swift `
2604
2604
- UseGNUDriver `
@@ -2618,7 +2618,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
2618
2618
Build-CMakeProject `
2619
2619
- Src $SourceCache \swift\Runtimes\Supplemental\Observation `
2620
2620
- Bin $ObservationBinaryCache `
2621
- - InstallTo " ${SDKROOT } \usr" `
2621
+ - InstallTo " ${SDKRoot } \usr" `
2622
2622
- Platform $Platform `
2623
2623
- UseBuiltCompilers CXX, Swift `
2624
2624
- UseGNUDriver `
@@ -2638,7 +2638,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
2638
2638
Build-CMakeProject `
2639
2639
- Src $SourceCache \swift\Runtimes\Supplemental\Differentiation `
2640
2640
- Bin $DifferentiationBinaryCache `
2641
- - InstallTo " ${SDKROOT } \usr" `
2641
+ - InstallTo " ${SDKRoot } \usr" `
2642
2642
- Platform $Platform `
2643
2643
- UseBuiltCompilers C, CXX, Swift `
2644
2644
- UseGNUDriver `
0 commit comments