From 34326185b0aaf63c0af8b0e8a07f928aa5a74eaf Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sun, 7 Mar 2021 00:56:26 +0800 Subject: try to fix issue #42. --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d323b6c..ce5a7f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ IF(LUA_EXEC_NAME STREQUAL "luajit") NO_DEFAULT_PATH) ELSEIF(LUA_EXEC_NAME MATCHES "lua.*") FIND_LIBRARY(LUA_LIBRARIES - NAMES lua lua54 lua53 lua52 lua51 liblua liblua54 liblua53 liblua52 liblua51 + NAMES lua lua54 lua53 lua52 lua51 liblua liblua54 liblua53 liblua52 liblua51 liblua5.4 liblua5.3 liblua5.2 liblua5.1 PATHS ${LUA_INCDIR}/../lib ${LUA_INCDIR}/../../lib NO_DEFAULT_PATH) ENDIF() diff --git a/README.md b/README.md index 3fd67f2..2bbd979 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Moonscript is a language that compiles to Lua. Since original Moonscript has bee So Yuescript is a new code base for pushing the language to go forward and being a playground to try introducing new language syntax or programing paradigms to make Moonscript language more expressive and productive. -Yue (月) is the name of Moon in Chinese and it's pronounced as [jyɛ]. +Yue (月) is the name of moon in Chinese and it's pronounced as [jyɛ]. ## Features -- cgit v1.2.3-55-g6feb