diff options
-rw-r--r-- | test/Java/multi-step.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Java/multi-step.py b/test/Java/multi-step.py index b43d641..01a3163 100644 --- a/test/Java/multi-step.py +++ b/test/Java/multi-step.py @@ -74,7 +74,7 @@ test.subdir(['src'], test.write(['SConstruct'], """\ import os,sys -env=Environment(tools = ['default', 'javac', 'javah'], +env=Environment(tools = ['default', 'javac', 'javah', 'swig'], CPPPATH=%(where_java_include)s, JAVAC = r'%(where_javac)s', JAVAH = r'%(where_javah)s') |