summaryrefslogtreecommitdiff
path: root/core/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-24 22:57:21 +0800
committerruki <[email protected]>2022-10-24 22:57:21 +0800
commit7cf5b563927bc79748969d26e84d16884bbe4d73 (patch)
treeafa2eef440fb4244c00bd6e9a95c0fce4034208b /core/makefile
parentd8be2a1ca7bbc360a808eb921607fad74095f3cf (diff)
support openbsd
Diffstat (limited to 'core/makefile')
-rw-r--r--core/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/makefile b/core/makefile
index 2104bb688..297c497e6 100644
--- a/core/makefile
+++ b/core/makefile
@@ -295,7 +295,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 += m dl pthread
+base_LIBNAMES += m pthread
endif
# get branch and commit