summaryrefslogtreecommitdiffstats
path: root/test/SWIG/live.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2018-07-08 19:04:06 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2018-07-08 19:04:06 (GMT)
commitf90b61a1eb5da911786db6b1606a6652457a4240 (patch)
tree2296772710d8f4ac2f6b43e05fa968d7739fc789 /test/SWIG/live.py
parent77298ddfa1c2cce17fe722bdccad93fb93f9618a (diff)
downloadSCons-f90b61a1eb5da911786db6b1606a6652457a4240.zip
SCons-f90b61a1eb5da911786db6b1606a6652457a4240.tar.gz
SCons-f90b61a1eb5da911786db6b1606a6652457a4240.tar.bz2
Fix for py2.7 + 3.5+
Diffstat (limited to 'test/SWIG/live.py')
-rw-r--r--test/SWIG/live.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SWIG/live.py b/test/SWIG/live.py
index 684cff1..7c4bdce 100644
--- a/test/SWIG/live.py
+++ b/test/SWIG/live.py
@@ -46,6 +46,7 @@ swig = test.where_is('swig')
if not swig:
test.skip_test('Can not find installed "swig", skipping test.\n')
+
python, python_include, python_libpath, python_lib = \
test.get_platform_python_info()
Python_h = python_include + '/Python.h'