Skip to content

Commit c1530f6

Browse files
committed
utils: rename StaticFoundation to ExperimentalFoundation
1 parent 9706951 commit c1530f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ enum Project {
715715
ExperimentalObservation
716716
ExperimentalDispatch
717717
ExperimentalDifferentiation
718-
StaticFoundation
718+
ExperimentalFoundation
719719
}
720720

721721
function Get-ProjectBinaryCache([Hashtable] $Platform, [Project] $Project) {
@@ -2692,7 +2692,7 @@ function Build-Foundation {
26922692
)
26932693

26942694
$FoundationBinaryCache = if ($Static) {
2695-
Get-ProjectBinaryCache $Platform StaticFoundation
2695+
Get-ProjectBinaryCache $Platform ExperimentalFoundation
26962696
} else {
26972697
Get-ProjectBinaryCache $Platform DynamicFoundation
26982698
}

0 commit comments

Comments
 (0)