summaryrefslogtreecommitdiff
path: root/core/src/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-30 23:17:56 +0800
committerruki <[email protected]>2022-11-30 23:17:56 +0800
commit6ab4c11e415f5cb5de30f150e21649b48c45a3c8 (patch)
tree7f056b1c3bb331407a1adec4b374683d761f4746 /core/src/makefile
parent8617fc332b913cc666b9f2afb20b2d61f6a79481 (diff)
rewrite curses
Diffstat (limited to 'core/src/makefile')
-rw-r--r--core/src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/makefile b/core/src/makefile
index 007c6f6ab..81dc5cc2f 100644
--- a/core/src/makefile
+++ b/core/src/makefile
@@ -9,7 +9,7 @@ endif
ifeq ($(RUNTIME),lua)
DEP_PROS += lua
endif
-DEP_PROS += lcurses sv lua-cjson lz4 tbox xmake
+DEP_PROS += sv lua-cjson lz4 tbox xmake
# suffix
include $(PRO_DIR)/suffix.mak