aboutsummaryrefslogtreecommitdiffstats
path: root/scons/SConstruct.common
diff options
context:
space:
mode:
Diffstat (limited to 'scons/SConstruct.common')
-rw-r--r--scons/SConstruct.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/SConstruct.common b/scons/SConstruct.common
index ed896d09..3f9d9ca0 100644
--- a/scons/SConstruct.common
+++ b/scons/SConstruct.common
@@ -117,6 +117,7 @@ class SConstructHelper:
'STRICT',
'WIN32_LEAN_AND_MEAN',
'_HAS_EXCEPTIONS=0',
+ 'GTEST_ALLOW_VC71_WITHOUT_EXCEPTIONS_=1',
],
LIBPATH=['#/$MAIN_DIR/lib'],
LINKFLAGS=['-MACHINE:x86', # Enable safe SEH (not supp. on x64)