diff options
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index f516fa1b2ba..bfa5659e8af 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -199,8 +199,8 @@ end } if (STANDALONE~=true) then links { - "frontend", - "linenoise-ng", + "frontend", + "http", } end if (MACHINES["NETLIST"]~=null) then @@ -233,6 +233,7 @@ if (STANDALONE~=true) then links { ext_lib("lua"), "lualibs", + "linenoise-ng", } end links { |