Fix Windows build when python is not explicitly enabled
authorTodd Fiala <todd.fiala@gmail.com>
Fri, 4 Jul 2014 06:43:47 +0000 (06:43 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Fri, 4 Jul 2014 06:43:47 +0000 (06:43 +0000)
commit8422c5ae6db1c04830cddddd57999ae2560654a9
treef78b52e0d69f41d33d64c8f3782b6030144d5624
parent37d3fa7e36b166c5d54dbe9e616f8e2cd004e929
Fix Windows build when python is not explicitly enabled

Currently Windows disables Python builds by default.  This
change ensures we don't process the scripts dir when we're
on Windows unless we're explicitly enabling python, which
prevents a build error.

Change by Deepak Panickal

llvm-svn: 212319
lldb/CMakeLists.txt