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 ddd5c14 commit dccefc0Copy full SHA for dccefc0
platforms/Windows/platforms/windows/windows.wxs
@@ -3069,6 +3069,8 @@
3069
3070
<?if $(IncludeARM64) = True?>
3071
<Feature Id="ExperimentalARM64" AllowAbsent="yes" Title="!(loc.Plt_ProductName_Windows_Experimental_arm64)">
3072
+ <Level Condition="InstallARM64ExperimentalSDK = 1" Value="1" />
3073
+
3074
<ComponentGroupRef Id="CoreFoundation.arm64" />
3075
<ComponentGroupRef Id="lib_Builtin_float.arm64" />
3076
<ComponentGroupRef Id="lib_Concurrency.arm64" />
0 commit comments