mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
fix mingw-clang linking for latest version (nw)
This commit is contained in:
parent
31ff573b08
commit
0d17e0ff72
@ -1134,10 +1134,14 @@ configuration { "mingw*" }
|
||||
"shell32",
|
||||
"userenv",
|
||||
}
|
||||
|
||||
configuration { "mingw-clang" }
|
||||
local version = str_to_version(_OPTIONS["gcc_version"])
|
||||
if string.find(_OPTIONS["gcc"], "clang") and ((version < 30900)) then
|
||||
linkoptions {
|
||||
"-pthread",
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
configuration { "vs*" }
|
||||
|
Loading…
Reference in New Issue
Block a user