mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 09:37:20 +00:00
Fix mingw targets. Bandaid for r252532's buildbot brakage.
Reviewers: brad.king, beanz Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D14523 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9d8d5bb25
commit
8de644391a
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user