aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/windows-manifest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/windows-manifest.cxx')
-rw-r--r--build2/cc/windows-manifest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/windows-manifest.cxx b/build2/cc/windows-manifest.cxx
index da12f0f..733cae5 100644
--- a/build2/cc/windows-manifest.cxx
+++ b/build2/cc/windows-manifest.cxx
@@ -119,7 +119,7 @@ namespace build2
if (verb >= 3)
text << "cat >" << mf;
- if (!dry_run)
+ if (!t.ctx.dry_run)
{
auto_rmfile rm (mf);