diff options
| author | ruki <[email protected]> | 2017-12-08 22:26:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-08 14:10:23 +0800 |
| commit | 325c9ab3706736f3e5469b50325864514d2e03b1 (patch) | |
| tree | 651ca5c920bd0f9696c27e5d284fb760fcb57789 /core/xmake.lua | |
| parent | cb44535305f596bd757ffb58e5ae3cde6d3589fa (diff) | |
fix curses link order
Diffstat (limited to 'core/xmake.lua')
| -rw-r--r-- | core/xmake.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/xmake.lua b/core/xmake.lua index f3f69f6ed..edf65dbe7 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -51,9 +51,6 @@ option_end() -- the curses option option("curses") add_links("curses") - if is_plat("linux") then - add_links("tinfo") - end add_cincludes("curses.h") add_defines("XM_CONFIG_API_HAVE_CURSES") option_end() |
