You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
[MinGW] Explicitly link shell32 library.
This commit is contained in:
@@ -820,6 +820,7 @@ def configure_mingw(env: "SConsEnvironment"):
|
|||||||
"winmm",
|
"winmm",
|
||||||
"gdi32",
|
"gdi32",
|
||||||
"iphlpapi",
|
"iphlpapi",
|
||||||
|
"shell32",
|
||||||
"shlwapi",
|
"shlwapi",
|
||||||
"wsock32",
|
"wsock32",
|
||||||
"ws2_32",
|
"ws2_32",
|
||||||
|
|||||||
Reference in New Issue
Block a user