From 0d0d9a9c56822919e9794658d31db57f8fc3e2bf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Dec 2015 13:54:59 +0200 Subject: Implement two-phase initialization of modules loaded from bootstrap.build --- build/context | 1 + 1 file changed, 1 insertion(+) (limited to 'build/context') diff --git a/build/context b/build/context index ffe88bc..b0ac6dd 100644 --- a/build/context +++ b/build/context @@ -23,6 +23,7 @@ namespace build extern dir_path work; extern dir_path home; + extern string_pool path_pool; extern string_pool extension_pool; extern string_pool project_name_pool; -- cgit v1.1