mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
better fix (nw)
This commit is contained in:
parent
a24c492c6b
commit
f4a3b373df
1 changed files with 5 additions and 5 deletions
|
@ -267,17 +267,17 @@ if _OPTIONS["osd"]=="windows" then
|
|||
forcedincludes {
|
||||
MAME_DIR .. "src/osd/windows/winprefix.h"
|
||||
}
|
||||
configuration { "x64" }
|
||||
defines {
|
||||
"X64_WINDOWS_ABI",
|
||||
}
|
||||
configuration { }
|
||||
elseif _OPTIONS["osd"]=="sdl" then
|
||||
forcedincludes {
|
||||
MAME_DIR .. "src/osd/sdl/sdlprefix.h"
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "mingw* or vs*", "x64" }
|
||||
defines {
|
||||
"X64_WINDOWS_ABI",
|
||||
}
|
||||
configuration { }
|
||||
-- Avoid error when invoking genie --help.
|
||||
if (_ACTION == nil) then return false end
|
||||
|
||||
|
|
Loading…
Reference in a new issue