diff options
author | 2015-06-20 19:19:03 +0200 | |
---|---|---|
committer | 2015-06-20 19:19:03 +0200 | |
commit | 449a851e34e3c5097a1fa1a036e9a815d79c996c (patch) | |
tree | 433946c7fce780f4e3430794908275099c93816f /scripts/src/main.lua | |
parent | c665cb017bd4ec75d8ddf2c849b3e3fec1f4d52c (diff) |
Fix more driver building, going deeper in checks (nw)
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", } |