Merge pull request #5403 from sjackman/development-tools

test: Fix ENV.cxx11
This commit is contained in:
Shaun Jackman 2018-12-13 16:34:17 -08:00 committed by GitHub
commit 145fba85b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,7 +320,7 @@ module SharedEnvExtension
return if compiler_any_clang?(cc)
version = if cc == :gcc
non_apple_gcc_version "gcc"
DevelopmentTools.non_apple_gcc_version "gcc"
else
cc[/^gcc-(\d+(?:\.\d+)?)$/, 1]
end