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

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

Git commit f39dc3f0c5e189ffa455ca333af68afca3080583 by Patrick von Reth.
Committed on 20/03/2012 at 17:05.
Pushed by vonreth into branch 'master'.

fixed syntax
(cherry picked from commit 27179b2a5ab63fa7c88302edcf10adadcc1837ec)

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

http://commits.kde.org/emerge/f39dc3f0c5e189ffa455ca333af68afca3080583

diff --git a/bin/BuildSystem/BoostBuildSystem.py b/bin/BuildSystem/BoostBuildSystem.py
index ef0ab44..7bdc76c 100644
--- a/bin/BuildSystem/BoostBuildSystem.py
+++ b/bin/BuildSystem/BoostBuildSystem.py
@@ -25,10 +25,10 @@ class BoostBuildSystem(BuildSystemBase):
                 " -j"+ os.getenv("NUMBER_OF_PROCESSORS"))
                 
         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