summaryrefslogtreecommitdiffstats
path: root/test/SWIG
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2018-05-25 20:16:10 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2018-05-25 20:16:10 (GMT)
commitb20299cf0bbc8b7073838c225d68909d6f021fab (patch)
tree1e1b574b97b3982d137ab6fc54c0a07ed071a43d /test/SWIG
parent0e5af237a0eff7c49fb354697f348e7f2b0e629e (diff)
downloadSCons-b20299cf0bbc8b7073838c225d68909d6f021fab.zip
SCons-b20299cf0bbc8b7073838c225d68909d6f021fab.tar.gz
SCons-b20299cf0bbc8b7073838c225d68909d6f021fab.tar.bz2
pr-3052: added a missing comma to the environment args
Diffstat (limited to 'test/SWIG')
-rw-r--r--test/SWIG/recursive-includes-cpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SWIG/recursive-includes-cpp.py b/test/SWIG/recursive-includes-cpp.py
index 2767c4b..2f2cff2 100644
--- a/test/SWIG/recursive-includes-cpp.py
+++ b/test/SWIG/recursive-includes-cpp.py
@@ -80,7 +80,7 @@ import sys
import os
env = Environment(
- TARGET_ARCH = '""" + TARGET_ARCH +"""'
+ TARGET_ARCH = '""" + TARGET_ARCH +"""',
SWIGFLAGS = [
'-python'
],