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
commit d00f25ecd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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