File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -203,18 +203,22 @@ fn make_win_dist(
203203 "libbcrypt.a" ,
204204 "libcomctl32.a" ,
205205 "libcomdlg32.a" ,
206+ "libcredui.a" ,
206207 "libcrypt32.a" ,
208+ "libdbghelp.a" ,
207209 "libgdi32.a" ,
208210 "libimagehlp.a" ,
209211 "libiphlpapi.a" ,
210212 "libkernel32.a" ,
213+ "libmsimg32.a" ,
211214 "libmsvcrt.a" ,
212215 "libodbc32.a" ,
213216 "libole32.a" ,
214217 "liboleaut32.a" ,
215218 "libopengl32.a" ,
216219 "libpsapi.a" ,
217220 "librpcrt4.a" ,
221+ "libsecur32.a" ,
218222 "libsetupapi.a" ,
219223 "libshell32.a" ,
220224 "libuser32.a" ,
@@ -225,8 +229,6 @@ fn make_win_dist(
225229 "libwinspool.a" ,
226230 "libws2_32.a" ,
227231 "libwsock32.a" ,
228- "libdbghelp.a" ,
229- "libmsimg32.a" ,
230232 ] ;
231233
232234 //Find mingw artifacts we want to bundle
You can’t perform that action at this time.
0 commit comments