aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWilliam Kent <wjk@users.noreply.github.com>2020-07-16 20:45:19 -0400
committerWilliam Kent <wjk@users.noreply.github.com>2020-07-16 20:45:19 -0400
commitc601af4a8b83cbb6a10347d56b4b154f3f08df39 (patch)
treec207da2388fd7283cf1d0a1e4e04637b6e3e0cff /src
parenta34b060e7b1375be7c8c557a985b484155ff2702 (diff)
downloadwix-c601af4a8b83cbb6a10347d56b4b154f3f08df39.tar.gz
wix-c601af4a8b83cbb6a10347d56b4b154f3f08df39.tar.bz2
wix-c601af4a8b83cbb6a10347d56b4b154f3f08df39.zip
Fix the immediate problem in wixtoolset/issues#6216
Diffstat (limited to '')
-rw-r--r--src/wixlib/util.wixproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj
index 21fcdb7b..f350c877 100644
--- a/src/wixlib/util.wixproj
+++ b/src/wixlib/util.wixproj
@@ -7,7 +7,7 @@
7 </PropertyGroup> 7 </PropertyGroup>
8 8
9 <ItemGroup> 9 <ItemGroup>
10 <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' /> 10 <BindInputPaths Include="$(OutputPath)x86" BindName='x86' />
11 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> 11 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
12 <BindInputPaths Include="$(OutputPath)arm" BindName='arm' /> 12 <BindInputPaths Include="$(OutputPath)arm" BindName='arm' />
13 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> 13 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' />