Skip to content
Prev Previous commit
Next Next commit
Define Platform consistently
  • Loading branch information
ericstj committed Aug 25, 2021
commit fc8f01d4192b1443b8dbde4440e1d2a2353063d7
3 changes: 3 additions & 0 deletions src/Common/wix/dotnethome_x64.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?ifndef Platform ?>
<?define Platform = "$(sys.BUILDARCH)" ?>
<?endif ?>
<!-- Only defined for x64 as that is the only platform we redirect -->
<?if $(var.Platform)=x64?>
<Fragment>
Expand Down