scons: Use -Werror MSVC compatibility flags per-directory.
[mesa.git] / src / glsl / SConscript
index 21c8266a636230b614193aeaf911b7a2d62eb0a8..26de455f07410136b3fd7d79fdd73b54dd7f93fe 100644 (file)
@@ -6,6 +6,8 @@ from sys import executable as python_cmd
 
 env = env.Clone()
 
+env.MSVC2013Compat()
+
 env.Prepend(CPPPATH = [
     '#include',
     '#src',