summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-30 22:35:54 +0800
committerruki <[email protected]>2020-07-30 22:35:54 +0800
commit074ac6343053ad780ead8f626074a6e6bef2e330 (patch)
tree36b35196e86ed7c4f594e85672ccf2db4b76dd8c /core/xmake.lua
parente8f683efc20cc570f755f1897a9fe49579447a54 (diff)
fix curses on xmake.lua
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/xmake.lua b/core/xmake.lua
index ac5922bba..44238baeb 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -56,7 +56,6 @@ option("curses")
set_description("Enable or disable curses library")
add_links("curses")
add_cincludes("curses.h")
- add_defines("XM_CONFIG_API_HAVE_CURSES")
option_end()
-- the pdcurses option
@@ -65,7 +64,6 @@ option("pdcurses")
set_showmenu(true)
set_description("Enable or disable pdcurses library")
add_defines("PDCURSES")
- add_defines("XM_CONFIG_API_HAVE_CURSES")
option_end()
-- only build xmake libraries for development?