Skip to content

Commit

Permalink
rustbuild: Add more MinGW libraries to ship
Browse files Browse the repository at this point in the history
Closes #49044
  • Loading branch information
alexcrichton committed Mar 16, 2018
1 parent ff2d506 commit 3304c76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,22 @@ fn make_win_dist(
"libbcrypt.a",
"libcomctl32.a",
"libcomdlg32.a",
"libcredui.a",
"libcrypt32.a",
"libdbghelp.a",
"libgdi32.a",
"libimagehlp.a",
"libiphlpapi.a",
"libkernel32.a",
"libmsimg32.a",
"libmsvcrt.a",
"libodbc32.a",
"libole32.a",
"liboleaut32.a",
"libopengl32.a",
"libpsapi.a",
"librpcrt4.a",
"libsecur32.a",
"libsetupapi.a",
"libshell32.a",
"libuser32.a",
Expand All @@ -225,8 +229,6 @@ fn make_win_dist(
"libwinspool.a",
"libws2_32.a",
"libwsock32.a",
"libdbghelp.a",
"libmsimg32.a",
];

//Find mingw artifacts we want to bundle
Expand Down

0 comments on commit 3304c76

Please sign in to comment.