-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search for libfoo.a on windows as well as foo.lib
Turns out LLVM only builds libfoo.a libraries, so we're going to need this logic to statically link librustc
- Loading branch information
1 parent
18084be
commit cb823b0
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cb823b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from pcwalton
at alexcrichton@cb823b0
cb823b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging alexcrichton/rust/omg-i-hate-windows = cb823b0 into auto
cb823b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alexcrichton/rust/omg-i-hate-windows = cb823b0 merged ok, testing candidate = c22f6d8
cb823b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/2782
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/627
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/627
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/2786
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1892
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1891
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/2798
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1890
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1891
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/2800
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1890
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1890
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/1966
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/2787
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1891
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1893
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/2562
cb823b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = c22f6d8