Zachary Turner 3597097671 Change wildcard . to literal . in regex for copying python.
On Windows we copy python27(_d).dll to the bin directory.  We do
this by looking at the PYTHON_LIBRARY specified by the user, which
is something like C:\foo\python27_d.lib, and replacing ".lib" with
".dll".  But ".lib" as a regex will also match "flib", etc.  So
make this a literal . instead of a wildcard .

llvm-svn: 226858
2015-01-22 20:30:29 +00:00
..
2014-07-01 21:22:11 +00:00
2014-07-01 21:22:11 +00:00
2014-07-01 21:22:11 +00:00
2015-01-16 23:16:22 +00:00
2014-11-18 21:46:06 +00:00