diff options
Diffstat (limited to 'src/WixToolset.Core/ExtensibilityServices')
| -rw-r--r-- | src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs b/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs index bdf11879..e84bb001 100644 --- a/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs +++ b/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs | |||
| @@ -244,6 +244,9 @@ namespace WixToolset.Core.ExtensibilityServices | |||
| 244 | case Platform.ARM: | 244 | case Platform.ARM: |
| 245 | return "arm"; | 245 | return "arm"; |
| 246 | 246 | ||
| 247 | case Platform.ARM64: | ||
| 248 | return "arm64"; | ||
| 249 | |||
| 247 | default: | 250 | default: |
| 248 | throw new ArgumentException("Unknown platform enumeration '{0}' encountered.", context.Platform.ToString()); | 251 | throw new ArgumentException("Unknown platform enumeration '{0}' encountered.", context.Platform.ToString()); |
| 249 | } | 252 | } |
