From a97a955b92f39d10c092490b3bf5a9fcbc8e2d57 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Thu, 11 Feb 2016 11:07:49 +0000 Subject: scons: Eliminate MSVC2008 compatibility. Reviewed-by: Brian Paul Reviewed-by: Roland Scheidegger --- src/util/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/SConscript b/src/util/SConscript index 3dbe70a..5f3ecc1 100644 --- a/src/util/SConscript +++ b/src/util/SConscript @@ -6,7 +6,7 @@ from sys import executable as python_cmd env = env.Clone() -env.MSVC2008Compat() +env.MSVC2013Compat() env.Prepend(CPPPATH = [ '#include', -- cgit v1.1