Merge pull request #105764 from bruvzg/shell32

[MinGW] Explicitly link `shell32` library.
This commit is contained in:
Rémi Verschelde
2025-04-25 20:49:54 +02:00
committed by GitHub

View File

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