From fb12e2d2bba3d74d42108795bb682f1271f802c3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 20 Mar 2021 18:08:30 +0300 Subject: project: minor refactoring --- project/boost/toolchain.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'project/boost') diff --git a/project/boost/toolchain.py b/project/boost/toolchain.py index 5422a62..f79cc17 100644 --- a/project/boost/toolchain.py +++ b/project/boost/toolchain.py @@ -234,8 +234,7 @@ class ConfigFile(Toolchain): def b2_args(self, configuration): # All the required options and the toolset definition should be in the # user configuration file. - args = [] - args += super().b2_args(configuration) + args = super().b2_args(configuration) args.append(f'--user-config={self.config_path}') args += self.toolset.b2_args() return args -- cgit v1.2.3