diff options
author | 2016-01-01 12:27:00 +0100 | |
---|---|---|
committer | 2016-01-01 12:27:00 +0100 | |
commit | 729d3d3f165e9c801b7bbb92356691cbc80f849c (patch) | |
tree | cb043562ec718662456fb0290dea81023987ce7b /scripts/genie.lua | |
parent | f1a0a3cb8849309496baa035b09411a2cc8281f3 (diff) |
Make linking of winpthreads static for posix mingw build (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
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", |