OSDN Git Service

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