mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Fixed location of map file (nw)
This commit is contained in:
parent
604d83b1e3
commit
44666525b7
@ -462,11 +462,11 @@ end
|
||||
if _OPTIONS["MAP"] then
|
||||
if (_OPTIONS["target"] == _OPTIONS["subtarget"]) then
|
||||
linkoptions {
|
||||
"-Wl,-Map," .. _OPTIONS["target"] .. ".map"
|
||||
"-Wl,-Map," .. "../../../" .. _OPTIONS["target"] .. ".map"
|
||||
}
|
||||
else
|
||||
linkoptions {
|
||||
"-Wl,-Map," .. _OPTIONS["target"] .. _OPTIONS["subtarget"] .. ".map"
|
||||
"-Wl,-Map," .. "../../../" .. _OPTIONS["target"] .. _OPTIONS["subtarget"] .. ".map"
|
||||
}
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user