diff options
-rw-r--r-- | build2/cc/windows-manifest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/windows-manifest.cxx b/build2/cc/windows-manifest.cxx index 680e1ac..2807d94 100644 --- a/build2/cc/windows-manifest.cxx +++ b/build2/cc/windows-manifest.cxx @@ -125,7 +125,7 @@ namespace build2 } catch (const io_error& e) { - fail << "unable to write to " << m << ": " << e; + fail << "unable to write to " << mf << ": " << e; } return make_pair (move (mf), true); |