From 55e28abcc618e5ab0adff9f675d8dbaa8e775355 Mon Sep 17 00:00:00 2001 From: TitanSnow Date: Sun, 7 May 2017 11:46:33 +0800 Subject: libreadline.a -> libreadline.so --- core/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/makefile b/core/makefile index 68a6c3274..1c0588a62 100644 --- a/core/makefile +++ b/core/makefile @@ -269,8 +269,8 @@ base_LIBNAMES := ws2_32 endif ifeq ($(PLAT),linux) -base_LIBPATH := $(shell find "/usr" -name libreadline.a | grep ".*/" -o) -base_LIBNAMES := $(shell find "/usr" -name libreadline.a | grep readline -o) m dl pthread +base_LIBPATH := $(shell find "/usr/lib" -name libreadline.so | grep ".*/" -o) +base_LIBNAMES := $(shell find "/usr/lib" -name libreadline.so | grep readline -o) m dl pthread endif # check jit compiler -- cgit v1.3.1