summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 0bc8050bd39..65f6da8b5dc 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -896,9 +896,11 @@ if (not os.isfile(path.join("src", "osd", _OPTIONS["osd"] .. ".lua"))) then
error("Unsupported value '" .. _OPTIONS["osd"] .. "' for OSD")
end
dofile(path.join("src", "osd", _OPTIONS["osd"] .. ".lua"))
+dofile(path.join("src", "lib.lua"))
+group "3rdparty"
dofile(path.join("src", "3rdparty.lua"))
-dofile(path.join("src", "lib.lua"))
+
group "core"