From 4ebd2c47cf301f7d21ccdb5f8354bc01929b0dc1 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 29 Jun 2021 00:22:45 +0800 Subject: seperate tbox --- core/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'core/makefile') diff --git a/core/makefile b/core/makefile index a5e59f39c..47893a3bc 100644 --- a/core/makefile +++ b/core/makefile @@ -277,6 +277,7 @@ base_LIBPATH := base_LIBNAMES := base_LIBNAMES += $(shell if { cat detect/curses.c | $(CC) -xc - -lcurses -ltinfo -o /dev/null 2>/dev/null; }; then echo curses tinfo; fi ) base_LIBNAMES += $(shell if { cat detect/readline.c | $(CC) -xc - -lreadline -o /dev/null 2>/dev/null; }; then echo readline; fi ) +base_LIBNAMES += $(shell if { cat detect/tbox.c | $(CC) -xc - -ltbox -o /dev/null 2>/dev/null; }; then echo tbox; fi ) ifneq ($(TERMUX_ARCH),) # on termux/ci? base_LIBNAMES += m dl else -- cgit v1.3.1