summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-01 12:27:00 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-01 12:27:00 +0100
commit729d3d3f165e9c801b7bbb92356691cbc80f849c (patch)
treecb043562ec718662456fb0290dea81023987ce7b /scripts/genie.lua
parentf1a0a3cb8849309496baa035b09411a2cc8281f3 (diff)
Make linking of winpthreads static for posix mingw build (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index f17160a46c2..c240d087edc 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1101,6 +1101,7 @@ configuration { "mingw*" }
linkoptions {
"-static-libgcc",
"-static-libstdc++",
+ "-static",
}
links {
"user32",