From 4dd641287d3052463302ddd535c4df0313a29dac Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 15 Aug 2015 11:56:36 -0400 Subject: [PATCH] Fix typo in last commit. --- AMBuildScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMBuildScript b/AMBuildScript index 25a87834..e3f0e646 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -181,7 +181,7 @@ class SMConfig(object): if have_clang or (have_gcc and cxx.version >= '4'): cxx.cflags += ['-fvisibility=hidden'] cxx.cxxflags += ['-fvisibility-inlines-hidden'] - if have_clang and cxx.version >= 'clang-3.4': + if have_clang and cxx.version >= 'clang-3.6': cxx.cxxflags += ['-Wno-inconsistent-missing-override'] if have_clang or (have_gcc and cxx.version >= '4.6'): cxx.cflags += ['-Wno-narrowing']