summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/main.lua
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-06-17 23:51:57 +1000
committer Vas Crabb <vas@vastheman.com>2022-06-17 23:51:57 +1000
commit60179d8c952f48d4ee28dc6e9e12332dac20cf20 (patch)
tree8f903a26bff89e5dc6f6a680217af7b9f52234cd /scripts/src/main.lua
parent3a66b9211fe8f72702d4fd0378d34017a1c5ade5 (diff)
Acknowledge presence of circular dependencies to keep GNU ld happy on Linux.
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r--scripts/src/main.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua
index 12e42834cd0..ce31dd7f5c4 100644
--- a/scripts/src/main.lua
+++ b/scripts/src/main.lua
@@ -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",