mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
and even more (nw)
This commit is contained in:
parent
f4a3b373df
commit
9b8b9062ff
@ -273,11 +273,14 @@ elseif _OPTIONS["osd"]=="sdl" then
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "mingw* or vs*", "x64" }
|
||||
if _OPTIONS["targetos"]=="windows" then
|
||||
configuration { "x64" }
|
||||
defines {
|
||||
"X64_WINDOWS_ABI",
|
||||
}
|
||||
configuration { }
|
||||
end
|
||||
|
||||
-- Avoid error when invoking genie --help.
|
||||
if (_ACTION == nil) then return false end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user