mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
[MinGW] Explicitly link shell32
library.
This commit is contained in:
parent
8954125990
commit
46c690e4b2
1 changed files with 1 additions and 0 deletions
|
@ -820,6 +820,7 @@ def configure_mingw(env: "SConsEnvironment"):
|
||||||
"winmm",
|
"winmm",
|
||||||
"gdi32",
|
"gdi32",
|
||||||
"iphlpapi",
|
"iphlpapi",
|
||||||
|
"shell32",
|
||||||
"shlwapi",
|
"shlwapi",
|
||||||
"wsock32",
|
"wsock32",
|
||||||
"ws2_32",
|
"ws2_32",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue