[MinGW] Explicitly link shell32 library.

This commit is contained in:
Pāvels Nadtočajevs 2025-04-25 21:27:15 +03:00
parent 8954125990
commit 46c690e4b2
No known key found for this signature in database
GPG key ID: 8413210218EF35D2

View file

@ -820,6 +820,7 @@ def configure_mingw(env: "SConsEnvironment"):
"winmm",
"gdi32",
"iphlpapi",
"shell32",
"shlwapi",
"wsock32",
"ws2_32",