[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [emerge/kde-4.8] bin/BuildSystem: fixed syntax
From:       Patrick von Reth <patrick.vonreth () gmail ! com>
Date:       2012-03-20 16:05:42
Message-ID: 20120320160542.59D5CA60A9 () git ! kde ! org
[Download RAW message or body]

Git commit 27179b2a5ab63fa7c88302edcf10adadcc1837ec by Patrick von Reth.
Committed on 20/03/2012 at 17:05.
Pushed by vonreth into branch 'kde-4.8'.

fixed syntax

M  +2    -2    bin/BuildSystem/BoostBuildSystem.py

http://commits.kde.org/emerge/27179b2a5ab63fa7c88302edcf10adadcc1837ec

diff --git a/bin/BuildSystem/BoostBuildSystem.py b/bin/BuildSystem/BoostBuildSystem.py
index 6267171..6091fc5 100644
--- a/bin/BuildSystem/BoostBuildSystem.py
+++ b/bin/BuildSystem/BoostBuildSystem.py
@@ -24,10 +24,10 @@ class BoostBuildSystem(BuildSystemBase):
                 " threading=multi")
                 
         if not utils.varAsBool(self.subinfo.options.buildStatic):
-            options += " link=shared"
+            options += (" link=shared"
                        " runtime-link=shared")
         else:
-            options += " link=static"
+            options += (" link=static"
                        " runtime-link=static")
 
         options += " variant="
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic