summaryrefslogtreecommitdiffstats
path: root/test/Java/JAVAH.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Java/JAVAH.py')
-rw-r--r--test/Java/JAVAH.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Java/JAVAH.py b/test/Java/JAVAH.py
index 15adf34..ecd3737 100644
--- a/test/Java/JAVAH.py
+++ b/test/Java/JAVAH.py
@@ -122,7 +122,7 @@ os.system(string.join(sys.argv[1:], " "))
""" % string.replace(test.workpath('wrapper.out'), '\\', '\\\\'))
test.write('SConstruct', """
-foo = Environment(tools = ['javac', 'javah'],
+foo = Environment(tools = ['javac', 'javah', 'install'],
JAVAC = r'%(where_javac)s',
JAVAH = r'%(where_javah)s')
javah = foo.Dictionary('JAVAH')