From 61bc6ec825fbb7660cddc64278536f84832e61b3 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 15 Aug 2013 18:49:55 -0400 Subject: [PATCH] snaaaaaaaaaaaaaaaaakes --- AMBuildScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMBuildScript b/AMBuildScript index d9c61082..d549be56 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -148,7 +148,7 @@ class SM: if (self.vendor == 'gcc' and cxx.majorVersion >= 4) or self.vendor == 'clang': self.compiler.AddToListVar('CFLAGS', '-fvisibility=hidden') self.compiler.AddToListVar('CXXFLAGS', '-fvisibility-inlines-hidden') - if (self.vendor == 'gcc' and cxx.majorVersion >= 4 && cxx.minorVersoin >= 6) or self.vendor == 'clang': + if (self.vendor == 'gcc' and cxx.majorVersion >= 4 and cxx.minorVersoin >= 6) or self.vendor == 'clang': self.compiler.AddToListVar('CFLAGS', '-Wno-narrowing') self.compiler.AddToListVar('CFLAGS', '-Wall') self.compiler.AddToListVar('CFLAGS', '-Werror')