mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Make linking of winpthreads static for posix mingw build (nw)
This commit is contained in:
parent
f1a0a3cb88
commit
729d3d3f16
@ -1101,6 +1101,7 @@ configuration { "mingw*" }
|
||||
linkoptions {
|
||||
"-static-libgcc",
|
||||
"-static-libstdc++",
|
||||
"-static",
|
||||
}
|
||||
links {
|
||||
"user32",
|
||||
|
Loading…
Reference in New Issue
Block a user