mirror of
https://github.com/holub/mame
synced 2025-06-15 17:07:05 +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" }
|
configuration { "mingw-clang" }
|
||||||
local version = str_to_version(_OPTIONS["gcc_version"])
|
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 {
|
linkoptions {
|
||||||
"-pthread",
|
"-pthread",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user