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 4c3471a + f8eff8b commit bf30e7bCopy full SHA for bf30e7b
utils/build.ps1
@@ -3902,6 +3902,7 @@ function Build-Installer([Hashtable] $Platform) {
3902
$Properties = @{
3903
BundleFlavor = "offline";
3904
ImageRoot = "$(Get-InstallDir $Platform)\";
3905
+ IncludeLegacySDK = if ($HostPlatform.DefaultSDK -match "Experimental") { "False" } else { "True" };
3906
INCLUDE_SWIFT_DOCC = $INCLUDE_SWIFT_DOCC;
3907
SWIFT_DOCC_BUILD = "$(Get-ProjectBinaryCache $HostPlatform DocC)\release";
3908
SWIFT_DOCC_RENDER_ARTIFACT_ROOT = "${SourceCache}\swift-docc-render-artifact";
0 commit comments