diff options
-rw-r--r-- | build2/context.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/context.cxx b/build2/context.cxx index bb946ff..a36b2b6 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -227,7 +227,7 @@ namespace build2 gs.assign<dir_path> ("build.work") = work; gs.assign<dir_path> ("build.home") = home; - // @@ BACK + // @@ BC // gs.assign<bool> ("__build2_greater_than_0_2_0_hack__") = true; |