summaryrefslogtreecommitdiff
path: root/core/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-30 23:52:54 +0800
committerruki <[email protected]>2022-11-30 23:52:54 +0800
commita758f2d6a14af3e4d2acab53f12e91be64ab906a (patch)
treed46cc2642af17215c9d8a914bc144982c2b8e556 /core/makefile
parent45e9be5a1eaa6588633fee019cb0b14c3e9d6775 (diff)
improve makefile
Diffstat (limited to 'core/makefile')
-rw-r--r--core/makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/makefile b/core/makefile
index 30056fe1f..ab530f2b5 100644
--- a/core/makefile
+++ b/core/makefile
@@ -282,9 +282,6 @@ base_LIBNAMES += $(shell if { cat detect/readline.c | $(CC) -xc - -lreadline -o
base_LIBNAMES += $(shell if { cat detect/tbox.c | $(CC) -xc - -ltbox -o /dev/null 2>/dev/null; }; then echo tbox; fi )
base_LIBNAMES += $(shell if { cat detect/lua-cjson.c | $(CC) -xc - -llua5.1-cjson -llua -o /dev/null 2>/dev/null; }; then echo lua5.1-cjson; fi )
base_LIBNAMES += $(shell if { cat detect/sv.c | $(CC) -xc - -lsv -o /dev/null 2>/dev/null; }; then echo sv; fi )
-ifeq ($(LUAJIT_SYSTEM),y)
-base_LIBNAMES += $(shell if { cat detect/luajit.c | $(CC) -xc - $(shell pkg-config --libs --cflags luajit) -o /dev/null 2>/dev/null; }; then echo luajit-5.1; fi )
-endif
ifneq ($(TERMUX_ARCH),) # on termux/ci?
base_LIBNAMES += m dl
else