[banshee] windows: Fix installer build in some circumstances (bgo#641565)



commit 5df2988bb338109fa5a620a557a6b3c759946c5b
Author: Matt Sturgeon <mttza1 gmail com>
Date:   Sun Feb 6 16:25:09 2011 +0000

    windows: Fix installer build in some circumstances (bgo#641565)
    
    Signed-off-by: Gabriel Burt <gabriel burt gmail com>

 build/windows/Installer.wixproj |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj
index d70d03d..5507367 100644
--- a/build/windows/Installer.wixproj
+++ b/build/windows/Installer.wixproj
@@ -1,6 +1,6 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <PropertyGroup>
-    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
+    <Platform>x86</Platform>
     <ProductVersion>3.0</ProductVersion>
     <ProjectGuid>{33f58ffc-956e-4079-b27a-160a57ffea7a}</ProjectGuid>
     <SchemaVersion>2.0</SchemaVersion>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]