aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/boost/build.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-07 01:29:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-07 02:18:00 +0300
commit01dd0d68be266d59da888483a23abc0c56ed5589 (patch)
tree11b9b0e9ddda7150b86dadf4bc6c8f0b15211ce1 /project/boost/build.py
parentproject.cmake.toolset: rework a bit (diff)
downloadcmake-common-01dd0d68be266d59da888483a23abc0c56ed5589.tar.gz
cmake-common-01dd0d68be266d59da888483a23abc0c56ed5589.zip
project.toolset: merge both other modules to this one
Diffstat (limited to '')
-rw-r--r--project/boost/build.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/project/boost/build.py b/project/boost/build.py
index e5c9415..53fdf42 100644
--- a/project/boost/build.py
+++ b/project/boost/build.py
@@ -31,12 +31,11 @@ import sys
import tempfile
from project.boost.directory import BoostDir
-from project.boost.toolset import Toolset
from project.configuration import Configuration
from project.linkage import Linkage
from project.os import on_linux_like
from project.platform import Platform
-from project.toolset import ToolsetHint
+from project.toolset import Toolset, ToolsetHint
from project.utils import normalize_path, setup_logging