summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@ovn.org>2017-11-06 12:12:00 +0200
committerAlin Gabriel Serdean <aserdean@ovn.org>2017-11-14 06:16:33 +0200
commitfe10c284d3431f4b2ddd7d3045ac6dd3c2546efc (patch)
treec61ab5e54445ea06bf68a892b33e05e53fe072eb /windows
parent00d90b49cc9d54f04f8311ebe315d6ea33e5eda8 (diff)
downloadopenvswitch-fe10c284d3431f4b2ddd7d3045ac6dd3c2546efc.tar.gz
installer-windows: Resolve WIX solution build type
Until now the x64 build of the installer solution was pointing to the x86 build of the WIX project. This patch changes for them to match. Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org> Acked-by: Alin Balutoiu <abalutoiu@cloudbasesolutions.com>
Diffstat (limited to 'windows')
-rw-r--r--windows/ovs-windows-installer.sln4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/ovs-windows-installer.sln b/windows/ovs-windows-installer.sln
index 09311f983..f5634381b 100644
--- a/windows/ovs-windows-installer.sln
+++ b/windows/ovs-windows-installer.sln
@@ -10,8 +10,8 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.ActiveCfg = Release|x86
- {259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.Build.0 = Release|x86
+ {259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.ActiveCfg = Release|x64
+ {259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.Build.0 = Release|x64
{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x86.ActiveCfg = Release|x86
{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x86.Build.0 = Release|x86
EndGlobalSection