diff options
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index eafcc59f72e..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", @@ -165,7 +160,6 @@ end if _OPTIONS["USE_LIBUV"]=="1" then links { - "luv", "uv", "http-parser", } |