[PATCH] D14523: Fix mingw targets. Bandaid for r252532's buildbot brakage.

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 17:06:19 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL252576: Fix mingw targets. Bandaid for r252532's buildbot brakage. (authored by diamond).

Changed prior to commit:
  http://reviews.llvm.org/D14523?vs=39772&id=39773#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14523

Files:
  llvm/trunk/tools/llvm-config/llvm-config.cpp

Index: llvm/trunk/tools/llvm-config/llvm-config.cpp
===================================================================
--- llvm/trunk/tools/llvm-config/llvm-config.cpp
+++ llvm/trunk/tools/llvm-config/llvm-config.cpp
@@ -333,7 +333,7 @@
     StaticExt = "a";
     SharedDir = ActiveBinDir;
     StaticDir = ActiveLibDir;
-    StaticPrefix = SharedPrefix = "";
+    StaticPrefix = SharedPrefix = "lib";
   } else if (HostTriple.isOSDarwin()) {
     SharedExt = "dylib";
     SharedVersionedExt = PACKAGE_VERSION ".dylib";


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14523.39773.patch
Type: text/x-patch
Size: 522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151110/1b876fe8/attachment.bin>


More information about the llvm-commits mailing list