Fix missing Resources/Python directory for macosx build.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157405 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/build-swig-Python.sh b/scripts/Python/build-swig-Python.sh
index be747bf..97b1680 100755
--- a/scripts/Python/build-swig-Python.sh
+++ b/scripts/Python/build-swig-Python.sh
@@ -25,7 +25,7 @@
 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}