OSDN Git Service

scons: Use -Werror MSVC compatibility flags per-directory.
[android-x86/external-mesa.git] / src / egl / main / SConscript
index 399c020..b4e9b67 100644 (file)
@@ -6,6 +6,8 @@ Import('*')
 
 env = env.Clone()
 
+env.MSVC2013Compat()
+
 env.Append(CPPDEFINES = [
     '_EGL_DRIVER_SEARCH_DIR=\\"\\"',
 ])