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.
1 parent b1f37f6 commit f8eff8bCopy full SHA for f8eff8b
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