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