diff options
Diffstat (limited to 'QMTest/TestSCons.py')
-rw-r--r-- | QMTest/TestSCons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 88d0e9c..a515684 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -1152,7 +1152,7 @@ try: print(distutils.sysconfig.get_python_inc()) print(os.path.join(exec_prefix, 'libs')) except: - print(os.path.join(sys.prefix, 'include', py_ver) + print(os.path.join(sys.prefix, 'include', py_ver)) print(os.path.join(sys.prefix, 'lib', py_ver, 'config')) print(py_ver) """) |