etc: Don't bundle libctl3d32 on windows
Apparently it's not found on win64! Closes #18928
This commit is contained in:
parent
37ea270acc
commit
b73bc79d12
|
@ -62,7 +62,6 @@ def make_win_dist(dist_root, target_triple):
|
||||||
"libcomctl32.a",
|
"libcomctl32.a",
|
||||||
"libcomdlg32.a",
|
"libcomdlg32.a",
|
||||||
"libcrypt32.a",
|
"libcrypt32.a",
|
||||||
"libctl3d32.a",
|
|
||||||
"libgdi32.a",
|
"libgdi32.a",
|
||||||
"libimagehlp.a",
|
"libimagehlp.a",
|
||||||
"libiphlpapi.a",
|
"libiphlpapi.a",
|
||||||
|
|
Loading…
Reference in New Issue