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",
"gdi32",
"iphlpapi",
"shell32",
"shlwapi",
"wsock32",
"ws2_32",