Browse Source

Merge pull request #105764 from bruvzg/shell32

[MinGW] Explicitly link `shell32` library.
Rémi Verschelde 4 months ago
parent
commit
d00f25ecd9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      platform/windows/detect.py

+ 1 - 0
platform/windows/detect.py

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