Created
June 29, 2016 13:30
-
-
Save rahulg/5b09301aa57a91264ced65b7b5705695 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/configure b/configure | |
index fdef550..7a7b2e4 100755 | |
--- a/configure | |
+++ b/configure | |
@@ -1023,7 +1023,7 @@ then | |
if [ -n "$CFG_OSX_CLANG_VERSION" ] | |
then | |
case $CFG_OSX_CLANG_VERSION in | |
- (7.0* | 7.1* | 7.2* | 7.3*) | |
+ (7.0* | 7.1* | 7.2* | 7.3* | 8.0*) | |
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION" | |
;; | |
(*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment