diff options
author | 2016-11-07 14:45:51 +0100 | |
---|---|---|
committer | 2016-11-07 14:47:17 +0100 | |
commit | e2d235535271e05c499c8866b63d14bb0e21360f (patch) | |
tree | 3017c611e1a84f09133721d1ee8a662c2ddc0403 /scripts/src/main.lua | |
parent | 124495739737547d4dd00e41b85efb8b1c4fa57f (diff) |
Trying to do link fix (nw)
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 { |