aboutsummaryrefslogtreecommitdiff
path: root/src/wixext
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-20 16:25:13 -0400
committerBob Arnson <bob@firegiant.com>2020-09-20 16:28:46 -0400
commit797c8464e43c999edc2ffce781457f11c3b4e8e5 (patch)
tree9606c60ccc3b94fb48ee64c21908025adf21c07e /src/wixext
parent174043e6f961c5c63fb89a1995b469f03be7894d (diff)
downloadwix-797c8464e43c999edc2ffce781457f11c3b4e8e5.tar.gz
wix-797c8464e43c999edc2ffce781457f11c3b4e8e5.tar.bz2
wix-797c8464e43c999edc2ffce781457f11c3b4e8e5.zip
Remove 32-bit ARM support.
Diffstat (limited to 'src/wixext')
-rw-r--r--src/wixext/NetFxCompiler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/NetFxCompiler.cs b/src/wixext/NetFxCompiler.cs
index 14efe95d..1a7981f5 100644
--- a/src/wixext/NetFxCompiler.cs
+++ b/src/wixext/NetFxCompiler.cs
@@ -145,7 +145,7 @@ namespace WixToolset.Netfx
145 145
146 this.ParseHelper.ParseForExtensionElements(this.Context.Extensions, intermediate, section, element); 146 this.ParseHelper.ParseForExtensionElements(this.Context.Extensions, intermediate, section, element);
147 147
148 this.ParseHelper.CreateCustomActionReference(sourceLineNumbers, section, "NetFxScheduleNativeImage", this.Context.Platform, CustomActionPlatforms.ARM | CustomActionPlatforms.ARM64 | CustomActionPlatforms.X64 | CustomActionPlatforms.X86); 148 this.ParseHelper.CreateCustomActionReference(sourceLineNumbers, section, "NetFxScheduleNativeImage", this.Context.Platform, CustomActionPlatforms.ARM64 | CustomActionPlatforms.X64 | CustomActionPlatforms.X86);
149 149
150 if (!this.Messaging.EncounteredError) 150 if (!this.Messaging.EncounteredError)
151 { 151 {