Skip to content

Commit dccefc0

Browse files
committed
WiX: adjust the feature selection for the experimental ARM64 SDK
Add the option to permit control over the installation of the ARM64 bits of the experimental SDK mirroring the other architectures.
1 parent ddd5c14 commit dccefc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platforms/Windows/platforms/windows/windows.wxs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3069,6 +3069,8 @@
30693069

30703070
<?if $(IncludeARM64) = True?>
30713071
<Feature Id="ExperimentalARM64" AllowAbsent="yes" Title="!(loc.Plt_ProductName_Windows_Experimental_arm64)">
3072+
<Level Condition="InstallARM64ExperimentalSDK = 1" Value="1" />
3073+
30723074
<ComponentGroupRef Id="CoreFoundation.arm64" />
30733075
<ComponentGroupRef Id="lib_Builtin_float.arm64" />
30743076
<ComponentGroupRef Id="lib_Concurrency.arm64" />

0 commit comments

Comments
 (0)