diff options
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r-- | build2/operation.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx index 10ae6e7..56f2979 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -52,6 +52,7 @@ namespace build2 "", // to do anything. "", "", + true, // bootstrap_outer nullptr, // meta-operation pre nullptr, // operation pre &load, @@ -416,6 +417,7 @@ namespace build2 "", "", "", + true, // bootstrap_outer nullptr, // meta-operation pre nullptr, // operation pre &load, @@ -507,6 +509,7 @@ namespace build2 "", "", "", + false, // bootstrap_outer nullptr, // meta-operation pre &info_operation_pre, &info_load, |