Skip to content

Commit a5a5273

Browse files
committed
Merge branch 'mg/detect-compiler-in-c-locale' into maint
Build procedure fixup. source: <f306f43f375bc9b9c98e85260587442e5d9ef0ba.1652094958.git.git@grubix.eu> * mg/detect-compiler-in-c-locale: detect-compiler: make detection independent of locale
2 parents 080b062 + 1fbfd96 commit a5a5273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detect-compiler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CC="$*"
99
#
1010
# FreeBSD clang version 3.4.1 (tags/RELEASE...)
1111
get_version_line() {
12-
$CC -v 2>&1 | grep ' version '
12+
LANG=C LC_ALL=C $CC -v 2>&1 | grep ' version '
1313
}
1414

1515
get_family() {

0 commit comments

Comments
 (0)