diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-04-11 13:31:48 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-04-11 13:31:48 +0300 |
commit | 4dc1a0acf65b837206cfc03c546ffa9ed6623be1 (patch) | |
tree | adfdb0c80c7ac37a6460f0e2955885cf76e427fc /libbuild2/cc | |
parent | 2039fd740b35f4b7fde8b7f2b55c2dd22a8967e4 (diff) |
Pass LC_ALL=C when extracting locale-dependent information in bin module on POSIX
Diffstat (limited to 'libbuild2/cc')
-rw-r--r-- | libbuild2/cc/guess.cxx | 1 |
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. |