Make linking of winpthreads static for posix mingw build (nw)

This commit is contained in:
Miodrag Milanovic 2016-01-01 12:27:00 +01:00
parent f1a0a3cb88
commit 729d3d3f16

View File

@ -1101,6 +1101,7 @@ configuration { "mingw*" }
linkoptions {
"-static-libgcc",
"-static-libstdc++",
"-static",
}
links {
"user32",