diff options
| author | ruki <[email protected]> | 2020-07-30 22:35:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-30 22:35:54 +0800 |
| commit | 074ac6343053ad780ead8f626074a6e6bef2e330 (patch) | |
| tree | 36b35196e86ed7c4f594e85672ccf2db4b76dd8c /core/src/lcurses/xmake.lua | |
| parent | e8f683efc20cc570f755f1897a9fe49579447a54 (diff) | |
fix curses on xmake.lua
Diffstat (limited to 'core/src/lcurses/xmake.lua')
| -rw-r--r-- | core/src/lcurses/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/lcurses/xmake.lua b/core/src/lcurses/xmake.lua index 771bf8111..9ad46d4e8 100644 --- a/core/src/lcurses/xmake.lua +++ b/core/src/lcurses/xmake.lua @@ -17,6 +17,7 @@ target("lcurses") -- add the common source files add_files("lcurses.c") + add_defines("XM_CONFIG_API_HAVE_CURSES", {public = true}) -- add options if is_plat("windows") then |
