diff options
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index c76cbbf3028..e34295829d6 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -87,7 +87,7 @@ function mainProject(_target, _subtarget) links { "osd_" .. _OPTIONS["osd"], } - if (bus_count > 0) then + if (_OPTIONS["DRIVERS"] == nil) then links { "bus", } |