mirror of
https://github.com/holub/mame
synced 2025-06-10 06:47:18 +03:00
Fix UWP build issue (nw)
This commit is contained in:
parent
145822e21b
commit
31e0041051
@ -1137,7 +1137,7 @@ configuration { "mingw*" }
|
||||
|
||||
configuration { "mingw-clang" }
|
||||
local version = str_to_version(_OPTIONS["gcc_version"])
|
||||
if string.find(_OPTIONS["gcc"], "clang") and ((version < 30900)) then
|
||||
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") and ((version < 30900)) then
|
||||
linkoptions {
|
||||
"-pthread",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user