summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua14
1 files changed, 13 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 93cde1c42b1..d4caa547904 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1058,7 +1058,19 @@ configuration { "osx*" }
"pthread",
}
-configuration { "mingw*" }
+configuration { "mingw-clang" }
+ links {
+ "gcc",
+ "stdc++",
+ "user32",
+ "winmm",
+ "advapi32",
+ "shlwapi",
+ "wsock32",
+ "pthread",
+ }
+
+configuration { "mingw*-gcc" }
linkoptions {
"-static-libgcc",
"-static-libstdc++",