mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
Acknowledge presence of circular dependencies to keep GNU ld happy on Linux.
This commit is contained in:
parent
3a66b9211f
commit
60179d8c95
@ -1242,6 +1242,9 @@ configuration { "linux-*" }
|
||||
"dl",
|
||||
"rt",
|
||||
}
|
||||
flags {
|
||||
"LinkSupportCircularDependencies",
|
||||
}
|
||||
if _OPTIONS["distro"]=="debian-stable" then
|
||||
defines
|
||||
{
|
||||
|
@ -107,12 +107,6 @@ end
|
||||
if (STANDALONE~=true) then
|
||||
findfunction("linkProjects_" .. _OPTIONS["target"] .. "_" .. _OPTIONS["subtarget"])(_OPTIONS["target"], _OPTIONS["subtarget"])
|
||||
end
|
||||
links {
|
||||
"osd_" .. _OPTIONS["osd"],
|
||||
}
|
||||
links {
|
||||
"qtdbg_" .. _OPTIONS["osd"],
|
||||
}
|
||||
if (STANDALONE~=true) then
|
||||
links {
|
||||
"frontend",
|
||||
@ -122,6 +116,12 @@ end
|
||||
"optional",
|
||||
"emu",
|
||||
}
|
||||
links {
|
||||
"osd_" .. _OPTIONS["osd"],
|
||||
}
|
||||
links {
|
||||
"qtdbg_" .. _OPTIONS["osd"],
|
||||
}
|
||||
--if (STANDALONE~=true) then
|
||||
links {
|
||||
"formats",
|
||||
|
Loading…
Reference in New Issue
Block a user