diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-17 19:29:59 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 19:29:59 +1000 |
commit | 77da3ff17ceb9748e0a667de49ccd1c534fdc3cc (patch) | |
tree | c207da2388fd7283cf1d0a1e4e04637b6e3e0cff /src | |
parent | a34b060e7b1375be7c8c557a985b484155ff2702 (diff) | |
parent | c601af4a8b83cbb6a10347d56b4b154f3f08df39 (diff) | |
download | wix-77da3ff17ceb9748e0a667de49ccd1c534fdc3cc.tar.gz wix-77da3ff17ceb9748e0a667de49ccd1c534fdc3cc.tar.bz2 wix-77da3ff17ceb9748e0a667de49ccd1c534fdc3cc.zip |
Merge pull request #22 from SunburstApps/issue6216
Fix the immediate problem in wixtoolset/issues#6216
Diffstat (limited to 'src')
-rw-r--r-- | src/wixlib/util.wixproj | 2 |
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' /> |