From 4dc1a0acf65b837206cfc03c546ffa9ed6623be1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 11 Apr 2020 13:31:48 +0300 Subject: Pass LC_ALL=C when extracting locale-dependent information in bin module on POSIX --- libbuild2/cc/guess.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'libbuild2/cc') 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. -- cgit v1.1