mirror of
https://github.com/holub/mame
synced 2025-07-03 00:56:03 +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 { }
|
configuration { }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
configuration { "x64", "gmake" }
|
||||||
|
linkoptions {
|
||||||
|
"--image-base 0x100000000",
|
||||||
|
}
|
||||||
|
configuration { }
|
||||||
|
|
||||||
-- Avoid error when invoking genie --help.
|
-- Avoid error when invoking genie --help.
|
||||||
if (_ACTION == nil) then return false end
|
if (_ACTION == nil) then return false end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user