When building on Windows, copy Python27(_d).dll to the output folder.
authorZachary Turner <zturner@google.com>
Mon, 5 Jan 2015 22:29:19 +0000 (22:29 +0000)
committerZachary Turner <zturner@google.com>
Mon, 5 Jan 2015 22:29:19 +0000 (22:29 +0000)
commitd1d5cc27d68aa63afa9c964dd61cb6272eabe8b7
treed011404a0cf72d1e764081d2c7612c109827619d
parent6837077fcf393b1acf6a7b3dd1f6833b75ee90bb
When building on Windows, copy Python27(_d).dll to the output folder.

When Python does not exist on the system path, LLDB will be unable
to load it.  Fix this by copying the dll to the output folder so
it will be side-by-side with lldb.exe.

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