diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2012-08-18 04:14:54 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2012-08-18 04:14:54 +0000 |
| commit | 2c90e999aaee69316348e9b9d9a1765e3bcc99df (patch) | |
| tree | 5d039b715b92135c76766d16ea0950deb0a422c0 /lldb/scripts | |
| parent | 2cb14a5c4b4fe3b6d5980c6b21d31c8c008f96e4 (diff) | |
| download | bcm5719-llvm-2c90e999aaee69316348e9b9d9a1765e3bcc99df.tar.gz bcm5719-llvm-2c90e999aaee69316348e9b9d9a1765e3bcc99df.zip | |
Merge python-GIL bracnh (by filcab) back into trunk!
llvm-svn: 162161
Diffstat (limited to 'lldb/scripts')
| -rwxr-xr-x | lldb/scripts/Python/build-swig-Python.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/build-swig-Python.sh b/lldb/scripts/Python/build-swig-Python.sh index d75f6e76a46..25a940694b3 100755 --- a/lldb/scripts/Python/build-swig-Python.sh +++ b/lldb/scripts/Python/build-swig-Python.sh @@ -289,7 +289,7 @@ fi # Build the SWIG C++ wrapper file for Python. -$SWIG -c++ -shadow -python -I"/usr/include" -I"${SRC_ROOT}/include" -I./. -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}" +$SWIG -c++ -shadow -python -threads -I"/usr/include" -I"${SRC_ROOT}/include" -I./. -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}" # Implement the iterator protocol and/or eq/ne operators for some lldb objects. # Append global variable to lldb Python module. |

