summaryrefslogtreecommitdiffstats
path: root/test/IDL/midl.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/IDL/midl.py')
-rw-r--r--test/IDL/midl.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/IDL/midl.py b/test/IDL/midl.py
index e716cac..a2fd2a7 100644
--- a/test/IDL/midl.py
+++ b/test/IDL/midl.py
@@ -41,8 +41,7 @@ if sys.platform != 'win32':
test.write('SConstruct',"""
import os
-env = Environment(CPPPATH = '${TARGET.dir}',
- MSVS_USE_MFC_DIRS = 1)
+env = Environment(CPPPATH = '${TARGET.dir}')
Export('env')
VariantDir('build', 'src')