Skip to content
Snippets Groups Projects
Unverified Commit a0ae0346 authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

os/mac: add Xcode 9.0 Beta recognition

parent f545836d
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,7 @@ module OS
"8.3.1" => { clang: "8.1", clang_build: 802 },
"8.3.2" => { clang: "8.1", clang_build: 802 },
"8.3.3" => { clang: "8.1", clang_build: 802 },
"9.0" => { clang: "9.0", clang_build: 900 },
}.freeze
def compilers_standard?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment