Skip to content

Commit d00f25e

Browse files
authored
Merge pull request #105764 from bruvzg/shell32
[MinGW] Explicitly link `shell32` library.
2 parents 8954125 + 46c690e commit d00f25e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/windows/detect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ def configure_mingw(env: "SConsEnvironment"):
820820
"winmm",
821821
"gdi32",
822822
"iphlpapi",
823+
"shell32",
823824
"shlwapi",
824825
"wsock32",
825826
"ws2_32",

0 commit comments

Comments
 (0)