summaryrefslogtreecommitdiffstats
path: root/scripts/src
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2022-06-20 18:46:58 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2022-06-20 18:46:58 +1000
commit2e7aaa9ea0ae4d5770be43e5b92684752d1d8ad8 (patch)
tree8e6aecb04ff2d81acac1b1a5f560c5897eb687a7 /scripts/src
parentc9a3fc3fe222107c1844b2fe473ad305659bda18 (diff)
parente19a963efc4ae0fea79e66ed1ddf56fcc18a741e (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'scripts/src')
-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 c638c852350..a5d6cc4f915 100644
--- a/scripts/src/main.lua
+++ b/scripts/src/main.lua
@@ -121,12 +121,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",
@@ -136,6 +130,12 @@ end
"optional",
"emu",
}
+ links {
+ "osd_" .. _OPTIONS["osd"],
+ }
+ links {
+ "qtdbg_" .. _OPTIONS["osd"],
+ }
--if (STANDALONE~=true) then
links {
"formats",