diff options
author | Jose Fonseca <[email protected]> | 2016-02-11 11:07:49 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2016-02-11 21:36:00 +0000 |
commit | a97a955b92f39d10c092490b3bf5a9fcbc8e2d57 (patch) | |
tree | 88435bbe434ea9e1f09a3d5f0a98c58daa5707b1 /src/util | |
parent | 1cadfe08c4109d2c117cbae2c82edee1293a8016 (diff) |
scons: Eliminate MSVC2008 compatibility.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/SConscript b/src/util/SConscript index 3dbe70a2e8a..5f3ecc1cdfc 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', |