From e58957d6491a08ec212958457c29a14eec787279 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 Mar 2016 16:24:37 +0200 Subject: Implement --config-{guess,sub} options --- build2/context | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/context') diff --git a/build2/context b/build2/context index d5b55d3..b99ff73 100644 --- a/build2/context +++ b/build2/context @@ -11,6 +11,7 @@ #include #include +#include namespace build2 { @@ -19,6 +20,7 @@ namespace build2 extern dir_path work; extern dir_path home; + extern options ops; extern string_pool extension_pool; extern string_pool project_name_pool; -- cgit v1.1