diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-09-19 21:20:31 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-09-19 21:24:09 -0400 |
| commit | 27124207afa517da564cdce557dd21654f1a9078 (patch) | |
| tree | 463cc9e3faf129fe7969f29c75a8c77f1ae21cbc /src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs | |
| parent | 3f05c650723ecd0a8fe7ab151c67db6c13cb5d75 (diff) | |
| download | wix-27124207afa517da564cdce557dd21654f1a9078.tar.gz wix-27124207afa517da564cdce557dd21654f1a9078.tar.bz2 wix-27124207afa517da564cdce557dd21654f1a9078.zip | |
Remove 32-bit ARM support.
Diffstat (limited to 'src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs')
| -rw-r--r-- | src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs b/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs index e84bb001..df301196 100644 --- a/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs +++ b/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs | |||
| @@ -238,12 +238,6 @@ namespace WixToolset.Core.ExtensibilityServices | |||
| 238 | case Platform.X64: | 238 | case Platform.X64: |
| 239 | return "x64"; | 239 | return "x64"; |
| 240 | 240 | ||
| 241 | case Platform.IA64: | ||
| 242 | return "ia64"; | ||
| 243 | |||
| 244 | case Platform.ARM: | ||
| 245 | return "arm"; | ||
| 246 | |||
| 247 | case Platform.ARM64: | 241 | case Platform.ARM64: |
| 248 | return "arm64"; | 242 | return "arm64"; |
| 249 | 243 | ||
