summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r--scripts/src/main.lua8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua
index 9d0d9a9d9e1..9873ba269c9 100644
--- a/scripts/src/main.lua
+++ b/scripts/src/main.lua
@@ -169,12 +169,8 @@ end
"portmidi",
}
end
- if (USE_BGFX == 1) then
- links {
- "bgfx"
- }
- end
- links{
+ links {
+ "bgfx",
"ocore_" .. _OPTIONS["osd"],
}