aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/guess.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-04-11 13:31:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-04-11 13:31:48 +0300
commit4dc1a0acf65b837206cfc03c546ffa9ed6623be1 (patch)
treeadfdb0c80c7ac37a6460f0e2955885cf76e427fc /libbuild2/cc/guess.cxx
parent2039fd740b35f4b7fde8b7f2b55c2dd22a8967e4 (diff)
Pass LC_ALL=C when extracting locale-dependent information in bin module on POSIX
Diffstat (limited to 'libbuild2/cc/guess.cxx')
-rw-r--r--libbuild2/cc/guess.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbuild2/cc/guess.cxx b/libbuild2/cc/guess.cxx
index f10d9f8..109dfa3 100644
--- a/libbuild2/cc/guess.cxx
+++ b/libbuild2/cc/guess.cxx
@@ -935,7 +935,6 @@ namespace build2
// Note that we suppress all the compiler errors because we may be
// trying an unsupported option (but still consider the exit code).
//
- //
cstrings args {xp.recall_string ()};
append_options (args, x_mo);
args.push_back (nullptr); // Placeholder for the option.