diff options
author | 2016-03-06 09:09:18 +0100 | |
---|---|---|
committer | 2016-03-06 09:09:18 +0100 | |
commit | 98f0e800f455fe8ebea42036d4adcc17ff4753c7 (patch) | |
tree | 8e2a672bf854caa9e8c8bdda22773b97faef3aac /scripts/src/main.lua | |
parent | 7e2777df2a46ac09a030d70ef46e5bac90422b58 (diff) |
Fixed arcade build and merged libbus with liboptional due to circular dependencies (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index daa73731b90..c9c99a354c3 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -137,11 +137,6 @@ end links { "qtdbg_" .. _OPTIONS["osd"], } - if (_OPTIONS["SOURCES"] == nil) then - links { - "bus", - } - end links { "netlist", "optional", |