aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-27 14:45:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-27 14:45:05 +0200
commitbf959a7fc119f9156c4b84c9d0a10900d9153f8d (patch)
treed19b96238f58e305d936d186901edd1cf98e0c93 /build2/cc/common.hxx
parent24f74ea70a19ccd7bcb489853fc73a972ab8638f (diff)
Initial infrastructure for utility libraries
Diffstat (limited to 'build2/cc/common.hxx')
-rw-r--r--build2/cc/common.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx
index abeadfc..6e1d8b9 100644
--- a/build2/cc/common.hxx
+++ b/build2/cc/common.hxx
@@ -194,7 +194,7 @@ namespace build2
process_libraries (
action,
const scope&,
- lorder,
+ linfo,
const dir_paths&,
const file&,
bool,
@@ -232,7 +232,7 @@ namespace build2
resolve_library (action,
const scope&,
name,
- lorder,
+ linfo,
const dir_paths&,
optional<dir_paths>&) const;