SWIG is searched under certain paths within python script. CMake can
detect SWIG with find_package(SWIG). This is used iff user checks
LLDB_ENABLE_PYTHON_SCRIPTS_SWIG_API_GENERATION. If
buildSwigWrapperClasses.py does not receive swigExecutable argument,
then script will use its current search implementation.
This patch also fixes a typo in OS detection, where there is one too
many equals in the assignment for Darwin.
I must be missing something -- I don't see how swigDir is used.