diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-03-03 15:21:02 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-03-03 16:04:59 -0500 |
| commit | 45907a8635c462108046741cd6abddf5164938f1 (patch) | |
| tree | d3df6eeed8d633e57319a927b8acbde598d7a051 /src | |
| parent | ce0fd262e48341402416c8428e37226c80332935 (diff) | |
| download | wix-45907a8635c462108046741cd6abddf5164938f1.tar.gz wix-45907a8635c462108046741cd6abddf5164938f1.tar.bz2 wix-45907a8635c462108046741cd6abddf5164938f1.zip | |
Add ARM64 platform.
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Data/Platform.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Platform.cs b/src/WixToolset.Data/Platform.cs index 4edc9af0..193a0e05 100644 --- a/src/WixToolset.Data/Platform.cs +++ b/src/WixToolset.Data/Platform.cs | |||
| @@ -17,6 +17,9 @@ namespace WixToolset.Data | |||
| 17 | IA64, | 17 | IA64, |
| 18 | 18 | ||
| 19 | /// <summary>arm.</summary> | 19 | /// <summary>arm.</summary> |
| 20 | ARM | 20 | ARM, |
| 21 | |||
| 22 | /// <summary>arm64.</summary> | ||
| 23 | ARM64, | ||
| 21 | } | 24 | } |
| 22 | } | 25 | } |
