mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
Fix for 64bit build size thanks to Peter Ferrie (nw)
This commit is contained in:
parent
da17662c84
commit
be9551fdde
@ -509,6 +509,13 @@ if _OPTIONS["targetos"]=="windows" then
|
||||
configuration { }
|
||||
end
|
||||
|
||||
|
||||
configuration { "x64", "gmake" }
|
||||
linkoptions {
|
||||
"--image-base 0x100000000",
|
||||
}
|
||||
configuration { }
|
||||
|
||||
-- Avoid error when invoking genie --help.
|
||||
if (_ACTION == nil) then return false end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user