disable grep colors, fixes ROOT-8056
This commit is contained in:
@ -437,7 +437,7 @@ namespace {
|
|||||||
"echo | LC_ALL=C " LLVM_CXX " -xc++ -E -v - 2>&1 >/dev/null "
|
"echo | LC_ALL=C " LLVM_CXX " -xc++ -E -v - 2>&1 >/dev/null "
|
||||||
"| awk '/^#include </,/^End of search"
|
"| awk '/^#include </,/^End of search"
|
||||||
"/{if (!/^#include </ && !/^End of search/){ print }}' "
|
"/{if (!/^#include </ && !/^End of search/){ print }}' "
|
||||||
"| grep -E \"(c|g)\\+\\+\"";
|
"| GREP_OPTIONS= grep -E \"(c|g)\\+\\+\"";
|
||||||
if (FILE *pf = ::popen(CppInclQuery, "r")) {
|
if (FILE *pf = ::popen(CppInclQuery, "r")) {
|
||||||
|
|
||||||
HostCXXI.push_back("-nostdinc++");
|
HostCXXI.push_back("-nostdinc++");
|
||||||
|
Reference in New Issue
Block a user