summaryrefslogtreecommitdiff
path: root/core/makefile
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-07 13:04:24 +0800
committerTitanSnow <[email protected]>2017-05-07 13:04:24 +0800
commitc503f3305999e1657411d01222adf30ee57e3db3 (patch)
treec103e2062f822a652f5a9192935fa71b5aaa0a84 /core/makefile
parent28d9f65833c74f60bb4b6796a87146c93a7ac3cf (diff)
/usr/bin -> /usr
Diffstat (limited to 'core/makefile')
-rw-r--r--core/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/makefile b/core/makefile
index 1c0588a62..10911402f 100644
--- a/core/makefile
+++ b/core/makefile
@@ -269,8 +269,8 @@ base_LIBNAMES := ws2_32
endif
ifeq ($(PLAT),linux)
-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
+base_LIBPATH := $(shell find "/usr" -name libreadline.so | grep ".*/" -o)
+base_LIBNAMES := $(shell find "/usr" -name libreadline.so | grep readline -o) m dl pthread
endif
# check jit compiler