aboutsummaryrefslogtreecommitdiff
path: root/build2/context
diff options
context:
space:
mode:
Diffstat (limited to 'build2/context')
-rw-r--r--build2/context2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/context b/build2/context
index 2f0a76f..c443a7a 100644
--- a/build2/context
+++ b/build2/context
@@ -24,7 +24,7 @@ namespace build2
// The phase can only be changed during serial or exclusive execution
// (see below).
//
- extern enum class run_phase {load, search_match, execute} phase;
+ extern run_phase phase;
// The build system model (internal state) is protected at the top level by
// the model mutex. During serial execution the model mutex is unlocked.