diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-24 11:51:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-24 11:51:20 +0200 |
commit | 3bfd12396f6ad66d2864e9fb5ba8be2e531a4e63 (patch) | |
tree | 6dfe3184fd070530f3c708633e591bdffeea0371 /libbuild2/cc/guess.cxx | |
parent | b86c1d8d2e0be140f6854d869e07139ff3c4221c (diff) |
Use representation when passing target_triplet as hint
Diffstat (limited to 'libbuild2/cc/guess.cxx')
-rw-r--r-- | libbuild2/cc/guess.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/guess.cxx b/libbuild2/cc/guess.cxx index 8fe4769..c0d04ef 100644 --- a/libbuild2/cc/guess.cxx +++ b/libbuild2/cc/guess.cxx @@ -2372,7 +2372,7 @@ namespace build2 tt.vendor = "microsoft"; tt.system = "win32-msvc"; tt.version = msvc_runtime_version (msvc_compiler_version (mi.msvc_ver)); - t = tt.string (); + t = tt.representation (); // Add the MSVC information to the signature and checksum. // |