Skip to content

Commit 46c690e

Browse files
committed
[MinGW] Explicitly link shell32 library.
1 parent 8954125 commit 46c690e

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)