summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/build-swig-Python.sh
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2012-05-24 18:14:18 +0000
committerJohnny Chen <johnny.chen@apple.com>2012-05-24 18:14:18 +0000
commita0d4b5da35d32d6523ffc403d4ffaea2ba3320df (patch)
tree9804dc3c86eb0f308b1e8fa6acdff5b3bd7e53ce /lldb/scripts/Python/build-swig-Python.sh
parentbb2be0dca306cb1e13958575055fda81828ae0b4 (diff)
downloadbcm5719-llvm-a0d4b5da35d32d6523ffc403d4ffaea2ba3320df.tar.gz
bcm5719-llvm-a0d4b5da35d32d6523ffc403d4ffaea2ba3320df.zip
Fix missing Resources/Python directory for macosx build.
llvm-svn: 157405
Diffstat (limited to 'lldb/scripts/Python/build-swig-Python.sh')
-rwxr-xr-xlldb/scripts/Python/build-swig-Python.sh2
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 be747bffdb6..97b1680f2cc 100755
--- a/lldb/scripts/Python/build-swig-Python.sh
+++ b/lldb/scripts/Python/build-swig-Python.sh
@@ -25,7 +25,7 @@ swig_python_wrapper=${SRC_ROOT}/scripts/Python/python-wrapper.swig
swig_python_typemaps=${SRC_ROOT}/scripts/Python/python-typemaps.swig
if [ $LLDB_DISABLE_PYTHON = "1" ] ; then
- # SDKROOT was not empty, which currently means iOS cross build where python is disabled
+ # LLDB_DISABLE_PYTHON is set, which currently means iOS cross build where python is disabled
rm -rf ${swig_output_file}
touch ${swig_output_file}
OpenPOWER on IntegriCloud