summaryrefslogtreecommitdiffstats
path: root/test/SWIG/recursive-includes-cpp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SWIG/recursive-includes-cpp.py')
-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'
],