[CMake] Don't automatically copy python27.dll.
authorZachary Turner <zturner@google.com>
Tue, 24 Feb 2015 20:58:24 +0000 (20:58 +0000)
committerZachary Turner <zturner@google.com>
Tue, 24 Feb 2015 20:58:24 +0000 (20:58 +0000)
commitc50508fe81ad1d0c296b93f60e4a9fe740fdb6d5
tree175660ab6cc50d211722baf4334c351ddcf6847f
parent1476e6d1bb21338ca580eb8fc954b02932582167
[CMake] Don't automatically copy python27.dll.

This is generating problems when you have built both debug and
release python.  For now I just want to get CMake to work, I
will work on a more robust fix later.  In the meantime you may
need to copy python27(_d).dll manually to ninja\bin after
building.

llvm-svn: 230379
lldb/scripts/CMakeLists.txt