diff options
| author | 2017-05-15 11:41:06 -0500 | |
|---|---|---|
| committer | 2017-05-15 11:41:06 -0500 | |
| commit | 40e1e3e698b56144de438e7b4e9fa08aa59ea417 (patch) | |
| tree | 95afee2584a5dec62409257d8d34a439dad738c1 /scripts/src/main.lua | |
| parent | e5f3a12e0a377124d4d71050294591e7966676ce (diff) | |
| parent | 4ebc18aeec6929bd1396daef1289df9821422834 (diff) | |
Merge pull request #2303 from cracyc/linenoise_new
linenoise work
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 3c7429b935e..55976110628 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -269,7 +269,7 @@ if (STANDALONE~=true) then } if (_OPTIONS["osd"] ~= "uwp") then links { - "linenoise-ng", + "linenoise", } end end |
