mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +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["MAP"] then
|
||||||
if (_OPTIONS["target"] == _OPTIONS["subtarget"]) then
|
if (_OPTIONS["target"] == _OPTIONS["subtarget"]) then
|
||||||
linkoptions {
|
linkoptions {
|
||||||
"-Wl,-Map," .. _OPTIONS["target"] .. ".map"
|
"-Wl,-Map," .. "../../../" .. _OPTIONS["target"] .. ".map"
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
linkoptions {
|
linkoptions {
|
||||||
"-Wl,-Map," .. _OPTIONS["target"] .. _OPTIONS["subtarget"] .. ".map"
|
"-Wl,-Map," .. "../../../" .. _OPTIONS["target"] .. _OPTIONS["subtarget"] .. ".map"
|
||||||
}
|
}
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user