diff options
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/cc/msvc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/msvc.cxx b/libbuild2/cc/msvc.cxx index 9139891..69c939a 100644 --- a/libbuild2/cc/msvc.cxx +++ b/libbuild2/cc/msvc.cxx @@ -398,7 +398,7 @@ namespace build2 string key; { sha256 cs; - cs.append (ld.recall_string ()); + cs.append (ld.effect_string ()); cs.append (l.string ()); key = cs.string (); |