diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/buildfile | 2 | ||||
-rw-r--r-- | build/diagnostics | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/build/buildfile b/build/buildfile index 0da8d8e..a9fcc49 100644 --- a/build/buildfile +++ b/build/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbutl%lib{butl} +import libs = libbutl%lib{butl} config = config/{operation module utility} dist = dist/{operation rule module} diff --git a/build/diagnostics b/build/diagnostics index b8b1090..ab4c4a2 100644 --- a/build/diagnostics +++ b/build/diagnostics @@ -21,9 +21,6 @@ namespace build { - using butl::path; - using butl::dir_path; - struct diag_record; // Throw this exception to terminate the build. The handler should |