summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--scripts/genie.lua7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index cccd66266fd..377116aae47 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1060,14 +1060,17 @@ configuration { "mingw*" }
"-static",
}
links {
- "stdc++",
"user32",
"winmm",
"advapi32",
"shlwapi",
"wsock32",
- "pthread",
}
+configuration { "mingw-clang" }
+ linkoptions {
+ "-pthread",
+ }
+
configuration { "vs*" }
defines {