Use the designated PYTHON_EXECUTABLE during build.
authorZachary Turner <zturner@google.com>
Fri, 18 Jul 2014 07:06:13 +0000 (07:06 +0000)
committerZachary Turner <zturner@google.com>
Fri, 18 Jul 2014 07:06:13 +0000 (07:06 +0000)
commit05c30880b6590bc7ca7ead689d2124994f795ffe
treee09a39a3352ddc22764c00ea8b502da3ba648aff
parent110db6f2ad2016b72121ff6538035f252810acbf
Use the designated PYTHON_EXECUTABLE during build.

We were hardcoding "python" as the command to run the swig wrapper
scripts.  We should be using PYTHON_EXECUTABLE instead.

llvm-svn: 213354
lldb/scripts/CMakeLists.txt
lldb/source/CMakeLists.txt