Skip to content

Commit fa4cf7b

Browse files
authored
Auto merge of #34340 - marudor:master, r=japaric
fix build for clang 8.0 With 10.12 and XCode 8-beta we got clang 8. Simple addition as clang 8 will build as well.
2 parents 8d8a88f + 7508de5 commit fa4cf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ then
10531053
if [ -n "$CFG_OSX_CLANG_VERSION" ]
10541054
then
10551055
case $CFG_OSX_CLANG_VERSION in
1056-
(7.0* | 7.1* | 7.2* | 7.3*)
1056+
(7.0* | 7.1* | 7.2* | 7.3* | 8.0*)
10571057
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
10581058
;;
10591059
(*)

0 commit comments

Comments
 (0)