Fix mingw targets. Bandaid for r252532's buildbot brakage.

Reviewers: brad.king, beanz

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D14523

llvm-svn: 252576
This commit is contained in:
Richard Diamond 2015-11-10 01:03:51 +00:00
parent 854dad77ec
commit 88ae650d6a
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ int main(int argc, char **argv) {
StaticExt = "a";
SharedDir = ActiveBinDir;
StaticDir = ActiveLibDir;
StaticPrefix = SharedPrefix = "";
StaticPrefix = SharedPrefix = "lib";
} else if (HostTriple.isOSDarwin()) {
SharedExt = "dylib";
SharedVersionedExt = PACKAGE_VERSION ".dylib";