diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WixToolset.Core/ExtensibilityServices/ParseHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/ExtensibilityServices/ParseHelper.cs b/src/WixToolset.Core/ExtensibilityServices/ParseHelper.cs index 7f718ad4..af3f40aa 100644 --- a/src/WixToolset.Core/ExtensibilityServices/ParseHelper.cs +++ b/src/WixToolset.Core/ExtensibilityServices/ParseHelper.cs | |||
@@ -127,7 +127,7 @@ namespace WixToolset.Core.ExtensibilityServices | |||
127 | switch (currentPlatform) | 127 | switch (currentPlatform) |
128 | { | 128 | { |
129 | case Platform.X86: | 129 | case Platform.X86: |
130 | if ((supportedPlatforms & BurnPlatforms.X64) == BurnPlatforms.X64) | 130 | if ((supportedPlatforms & BurnPlatforms.X86) == BurnPlatforms.X86) |
131 | { | 131 | { |
132 | suffix = "_X86"; | 132 | suffix = "_X86"; |
133 | } | 133 | } |